Hello,
With the help from the Enfold team here, I have added a specific, dotted horizaonal rule to separate the blog posts, both on the blog page, and on the category pages on my computer.
I just noticed however, that on MOBILE, this same dotted horizontal rule is NOT showing up on the CATEGORY pages (it’s there on the blog post page).
I’ll post links below to see and compare. Can you offer a fix so the dotted rule also shows up on the Category Pages on Mobile?
I have updated the PC to add a previous thread on this topic.
Thanks!
Hey Moondreamer21,
Thank you for the inquiry.
Try to adjust the bottom margin of the post delimeter on mobile view.
@media only screen and (max-width: 767px) {
.archive .template-blog .post_delimiter {
margin-bottom: 20px;
}
}
Default value is -35px.
Best regards,
Ismael
Thanks Ismael, that worked! :)