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

    Hi

    I have a layout of 4 columns which looks fine in pc mode but when viewed in mobile mode all the elements are on top of each other – I need to put a gap between each – could someone please help me out

    pic attached https://ukwebmanagement.com/elements.jpg

    Thanks

    #1295245

    Hi PhatJ,

    Are you using a Grid Row or Columns? can you give us a link showing the page? so we can try to inspect and give you an accurate CSS code to fix it.

    Best regards,
    Nikko

    #1295317

    I had to take it out of maintenance mode but here is URL

    thanks

    #1295393

    Hi PhatJ,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      #top .av-flex-placeholder {
        display: block;
        height: 50px;
      }
    }

    Best regards,
    Nikko

    #1297351

    that worked great thank you

    #1297358

    Hi PhatJ,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

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