Tagged: easy slider, full width, mobile screen, responsive
Hey guys,
Is it possible to remove the padding that appears on my easy slider on a mobile screen and have it stretch across the full length of the screen? It is contained within a grid column.
Hey GeoCreo,
Try adding this CSS code in Quick CSS located in Enfold > General Styling:
@media only screen and (max-width:767px) {
#top.page-id-101 #wrap_all #av-layout-grid-1 .av_two_third {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
Best regards,
Nikko