Tagged: Fullwith Slider
Im using the fullwidth slider but on a iPhone safari browser or even on the mac in safari if i scale the website down the content of the the section following the fullwidth slider runs over into the slider. seems like a “hight” is not accounted for in safari.
Hey Gavin,
The link did not work for me. Would you mind providing a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Hi Vinay
the link is correct, just click on welcome once you find the not found page as above. but i have added in the link below again . seems it has been changed.
regards
Hi Diezel23,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av_section_1 .flex_column.av_one_full.flex_column_div.avia-builder-el-2 + .flex_column_table.av-equal-height-column-flextable {
margin-top: 0px !important;
}
@media only screen and (max-width: 479px) {
.av_slideshow_full.avia-slideshow, .av_slideshow_full.avia-slideshow ul {
min-height: 230px !important;
}
.av_slideshow_full li img {
min-height: 230px !important;
width: 130%;
max-width: 130%;
}
#top .avia-slideshow-button {
padding: 10px 11px;
display: inline-block;
margin-top: 10px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria