Archived topic
key points are not left aligned on mobile
5 replies · Started by Jiren on September 18, 2019
Viewing posts 1–6 of 6
The key points are in the center and I do not know why, on mobile devices.
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 :)
Does not work.
What about this?:
@media (max-width: 767px) {
ul, ol {
margin-left: 1em;
}
}
Let me know :)
Now it does work, thank you Tom and Leo.
No problem :)
This archived topic is closed to new replies.