[Resolved] Line after excerpt in mobile version

Home Forums Support [Resolved] Line after excerpt in mobile version

Home Forums Support Line after excerpt in mobile version

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #418495
    Marcin

    Hi,
    I would like to add the line hr after the extract in mobile version.
    Is it posibble?

    #418573
    Leo
    Staff
    Customer Support

    Hi there,

    Something like this?

    @media (max-width: 768px) {
        .wp-show-posts-columns .wp-show-posts-inner {
            border-bottom: 1px solid #000;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

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