Archived topic
Category padding on mobile view
4 replies · Started by Manuela on March 2, 2021
Viewing posts 1–5 of 5
Hello,
On mobile view, when I open an article page, underneath the article, the categories and 'Leave a Comment' text appear too close to the left edge. Would it be possible to add a padding there, so they won't be as close to that edge?
Really appreciate your help
Oh, and this happens on tablet as well.
Thank you
Hi there,
try this CSS:
.comments-area,
.single-post footer.entry-meta {
padding-left: 40px;
padding-right: 40px;
}
Hi again,
Thank you for a great support!
Glad to be of help
This archived topic is closed to new replies.