Jetengine: Listing uitlijnen naar onder

Deze code in de class van de sectie plakken

				
					listing-equal-height listing-last-to-bottom
				
			

Deze code in de het custom css veld van de sectie zetten

				
					.listing-equal-height > .elementor-container {
    height: 100%;
}

.listing-equal-height > .elementor-container .elementor-widget-wrap {
    height: 100%;
}

.listing-equal-height > .elementor-container .elementor-column-wrap{
    flex-direction: column;
}
.listing-equal-height > .elementor-container .elementor-column-wrap .elementor-widget:last-of-type{
    margin-top: auto;
}

/* Last Widget Alignment */
.listing-last-to-bottom > .elementor-container .elementor-widget-wrap{
    flex-direction: column;
}
.listing-last-to-bottom > .elementor-container .elementor-widget:last-of-type{
    margin-top: auto;
}
				
			

Geef een antwoord

Het e-mailadres wordt niet gepubliceerd.