Archived topic
Single Post Padding only in Mobile
3 replies · Started by Sanjay on October 12, 2019
Viewing posts 1–4 of 4
I want to change my Single post Padding only in mobile.
Hi there,
Try this CSS:
@media (max-width: 768px) {
.single.separate-containers .inside-article {
padding: 20px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks, It is working.
No problem :)
This archived topic is closed to new replies.