Site logo

[Resolved] Post Separator In Mobile

Home Forums Support [Resolved] Post Separator In Mobile

Home Forums Support Post Separator In Mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1599035
    Rpn

    Hello Generatepress Team,

    I want to show this type of separator on my mobile view too 🙂

    In mobile I’m getting this type of view

    #1599068
    Elvin
    Staff
    Customer Support

    Hi,

    In your simple CSS, you have this:

    @media (min-width: 769px)
    article.type-post {
        border-bottom: 2px solid #DDD;
    }

    Remove the wrapping @media (min-width: 769px){ ... } rule so it applies to all viewports.

    #1599217
    Rpn

    I’m not using any wrapping you can see in this screenshot 🙁

    I’m only using this code

    /* Blog Page Post Divider */
    article.type-post {
          border-bottom: 2px solid #DDD;
    }
    		/* Blog Page Post Divider */
    #1599293
    David
    Staff
    Customer Support

    Hi there,

    above that block of code you have the @media query, its missing a closing } add a the } before the /* Container CSS for Left Image */ comment

    #1599958
    Rpn

    Great! Now It’s Good 🙂

    #1600113
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.