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

    Hello,

    I have a small problem. I would like to make the columns and rows in the FINNDENT block without spaces. This works in the desktop view, but in the mobile view I always have white columns in between. Is there a way to remove these?
    The link shows this to the sample view.

    #1438994

    Hey klick.design,

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

    @media only screen and (max-width: 767px) {
    .av-lueb7spe-d8e56ac6f4c43644e12f0b25f9edaf82 {
      margin-bottom: 0;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 7 months, 1 week ago by Rikard.
    #1438999

    Hi Rikard,

    Thank you very much for your support. I think we have misunderstood each other. It is not a different result for Mobil. I have taken a screenshot to illustrate this.

    View post on imgur.com


    THX, BR, Matthias

    #1439012

    Hi,

    Thanks for that. Please try this CSS instead:

    @media only screen and (max-width: 767px) {
    .av-d80pr-aafd7468b3ffc69e3f13d2331e6474ea {
      margin-bottom: 0;
    }
    }

    Best regards,
    Rikard

    #1439020

    Hi Rikard,
    thank you. With adding !important it works quiet well.
    BR, Matthias

    #1439022

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Gap between the lines in the mobile view’ is closed to new replies.