Site logo

Archived topic

Post Separator In Mobile

5 replies · Started by Rpn on December 29, 2020

Viewing posts 1–6 of 6

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

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.

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 */

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

Great! Now It's Good :)

Glad to hear that

This archived topic is closed to new replies.