Hi Guys, see the images with captions in the shop example here: kriesi.at/themes/enfold-shop/
Currently when viewing on mobile / tablet, there are white gaps either side of the blocks, see here:
http://quirktools.com/screenfly/#u=http%3A//kriesi.at/themes/enfold-shop/&w=360&h=640&a=39&s=1
How can I get the blocks to fill the width without the spacing? so to display edge to edge?
Thanks in advance!
Hey anton123!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .av-flex-cells .no_margin .flex_cell_inner {
width: 100%;
max-width: 100%;
}}
Regards,
Yigit
Thanks Yigit, it works on mobile (although not on my desktop when resizing, but that’s ok)