Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1415282

    On my homepage – https://balrajt13.sg-host.com/

    I have a section below the map that shows 4 columns with locations
    How can I Remove space between columns on mobile view? just on that block

    #1415316

    Hey navindesigns,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .page-id-17 #av_section_2 .flex_column, .page-id-17 #av_section_2 .flex_column p {
      margin-bottom: 0;
    }
    }

    Best regards,
    Rikard

    #1415827

    thank you
    I would like to do the same on the locations page where all the cities locations are listed

    https://balrajt13.sg-host.com/locations/

    thanks

    #1415860

    Hi,

    Please try this CSS as well:

    
    @media only screen and (max-width: 767px) {
    .page-id-786 #av_section_2 .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
      margin-top: 0;
    }
    .page-id-786 #av_section_2 .av-special-heading-tag {
      margin-bottom: 50px;
    }
    }

    Best regards,
    Rikard

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