[Support request] Don't show excerpt mobile

Home Forums Support [Support request] Don't show excerpt mobile

Home Forums Support Don't show excerpt mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #414414
    Borja

    Hello,

    I would like to know if it is possible to don’t show the excerpt/fragment only in the mobile version. And also to make all the images/pictures in the mobile version full width as the sticky post.

    my website: http://www.az-carreras.com

    Thank you so much

    #414577
    Leo
    Staff
    Customer Support

    Hi there,

    You can use this CSS to hide excerpt on mobile:

    @media (max-width: 768px) {
        .entry-summary {
            display: none;
        }
    }

    Looks like they are already full width? Not sure what you mean by sticky post?

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