Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1158930

    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!

    #1160144

    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

    #1160172

    Thanks Ismael, that worked! :)

    #1160546

    Hi,

    Awesome! Glad it worked. We’ll close the thread now.

    Have a nice evening.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Needed Same Horizontal Rule between Blog Posts on Category Pages?’ is closed to new replies.