[Resolved] key points are not left aligned on mobile

Home Forums Support [Resolved] key points are not left aligned on mobile

Home Forums Support key points are not left aligned on mobile

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

    The key points are in the center and I do not know why, on mobile devices.

    #1013063
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    ul, ol {
        margin-right: 1em;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Make sure to clear your caching plugins.

    Let me know if this helps πŸ™‚

    #1013077
    Jiren

    Does not work.

    #1013098
    Tom
    Lead Developer
    Lead Developer

    What about this?:

    @media (max-width: 767px) {
        ul, ol {
            margin-left: 1em;
        }
    }

    Let me know πŸ™‚

    #1013389
    Jiren

    Now it does work, thank you Tom and Leo.

    #1013719
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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