I have a page with mostly grid row elements (some columns with background images alone) and on mobile there are really large gaps between sections. (towards the bottom of my page)
Please help
Hey navindesigns,
Are you able to screenshot the spacing? I wasn’t able to clearly see it.
Best regards,
Jordan Shannon
Please view the page only on mobile
Hi,
Try adding this to quick css
@media only screen and (max-width: 767px) {
.avia-builder-el-13{
display:none!important;
}}
Best regards,
Jordan Shannon
what is avia-builder-el-13? are you targeting specific color sections? I would like to know so I can apply the same to other areas
Hi,
Yes that is the class for the section. You can also give it a custom class.
Best regards,
Jordan Shannon