[Resolved] moving bullet points and numbered lists to the left

Home Forums Support [Resolved] moving bullet points and numbered lists to the left

Home Forums Support moving bullet points and numbered lists to the left

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

    Hi,

    How would i move bullet points and numbered lists a bit more to the left on mobile view? Currently they appear a bit too much to the centre when i look at my site on mobile?

    #2047438
    David
    Staff
    Customer Support

    Hi there,

    add this CSS:

    @media(max-width: 768px) {
        ol, ul {
            margin: 0 0 1.5em 1.5em;
        }
    }

    the margin values are Top, Right, Bottom, Left.
    So that CSS is reducing the LEFT margin from 3em to 1.5em

    #2048426
    a1reno

    Super! Worked perfectly. Thank You!

    #2048469
    David
    Staff
    Customer Support

    Glad to hear that!

    #2062626
    Karsten

    Thank you

    #2062779
    David
    Staff
    Customer Support

    You’re welcome

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