Archived topic
Divider Line on Home Page (Mobile)
4 replies · Started by Rohan Verma on August 21, 2020
Viewing posts 1–5 of 5
Hi. I want to add divider between posts on homepage of mobile version.
How to do that?
Hi there,
You can try this:
@media (max-width: 768px) {
.home .wp-show-posts-single.post {
border-bottom: 1px solid #000;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks Leo. Working great.
No problem :)
No problem :)
This archived topic is closed to new replies.