Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1189589

    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

    #1189612

    Hey navindesigns,

    Are you able to screenshot the spacing? I wasn’t able to clearly see it.

    Best regards,
    Jordan Shannon

    #1189708

    Please view the page only on mobile

    #1189768

    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

    #1189769

    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

    #1189782

    Hi,

    Yes that is the class for the section. You can also give it a custom class.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.