Archived topic
Line after excerpt in mobile version
1 reply · Started by Marcin on November 8, 2017
Viewing posts 1–2 of 2
Hi,
I would like to add the line hr after the extract in mobile version.
Is it posibble?
Hi there,
Something like this?
@media (max-width: 768px) {
.wp-show-posts-columns .wp-show-posts-inner {
border-bottom: 1px solid #000;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.