[Support request] Moving bullets/numbered lists on mobile only

Home Forums Support [Support request] Moving bullets/numbered lists on mobile only

Home Forums Support Moving bullets/numbered lists on mobile only

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1346042
    Jee

    Hi,

    How do I decrease the indent in a bulleted or numbered list on mobile only?

    Thanks!

    #1742520
    Mohamed

    I also want to do this on my site (mobile only). Has this been resolved elsewhere?

    #1742524
    Elvin
    Staff
    Customer Support

    Hi Mohamed,

    Are you aiming for something like this? https://share.getcloudapp.com/GGuQ4mxX

    If so, add this CSS:

    ul li {
        padding-left: 50px;
    }

    If you’re trying to move the bullet as well, do this instead:

    ul li {
        margin-left: 50px;
    }
    #1742531
    Mohamed

    Hi,

    I want to move the bullet and the text more to the left (only on mobile). Bullet lists look great on desktop but on mobile it’s almost in the center of the screen.

    #1742651
    Elvin
    Staff
    Customer Support

    Can you link us to the site in question to check? And perhaps give a mockup image of how you want it to look like?

    Let us know.

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