Just a quick question, whats the best way to contain an image slider in a way that does not cause the content below it to move, for example if you look at this page:
The content below the image slider at the top of the page keeps moving depending on the size of the image being shown. Can I place the image slider inside another element that will contain it in a way that does not cause anything on the rest of the page to move?
Thanks,
Zavok
Hi Zavok!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 769px) {
.slide-entry-wrap {
min-height: 450px;
}}
Cheers!
Yigit
Thank you so much!
Zavok