Archived topic
Moving bullets/numbered lists on mobile only
4 replies · Started by Jee on June 29, 2020
Hi,
How do I decrease the indent in a bulleted or numbered list on mobile only?
Thanks!
I also want to do this on my site (mobile only). Has this been resolved elsewhere?
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;
}
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.
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.