[Resolved] Reduce List margin on Mobile

Home Forums Support [Resolved] Reduce List margin on Mobile

Home Forums Support Reduce List margin on Mobile

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

    On the page provided, I am getting too much padding at the bottom of the list column causing weird-looking spacing on mobile. Is there a way to reduce it and line it up on mobile only?

    Cheers,

    Dave

    #1631796
    Leo
    Staff
    Customer Support

    Hi Dave,

    There are two options:

    – Add a custom class like first-column to the left column of the list then add this CSS:

    @media (max-width: 768px) {
        .entry-content ul.list-mobile.first-column {
            margin-bottom: 0;
        }
    }

    – Rebuilt that list using the headline blocks from GB with the icon so that it appears to be a list then you will have complete control over the margins/paddings.

    #1631870
    Dave

    Thanks Leo.
    That worked.

    Cheers,

    Dave

    #1631992
    Leo
    Staff
    Customer Support

    No problem 🙂

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