Archived topic
Want to minimize left and right padding/margin (blank space) in mobile device
3 replies · Started by John on January 16, 2022
Viewing posts 1–4 of 4
Hello
I want to minimize left and right padding/margin (blank space) in mobile devices. Because features look too narrow.
Screenshot https://prnt.sc/26edm8x
In the desktop version, they look fine.
How can I do this?
Thanks
Hi there,
Give this CSS a shot
@media (max-width: 768px) {
ul.ep_product_feature_list {
margin-left: 0;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Solved!
Thanks, Leo
No problem :)
This archived topic is closed to new replies.