Site logo

Archived topic

Don't show excerpt mobile

1 reply · Started by Borja on November 1, 2017

Viewing posts 1–2 of 2

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

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?

This archived topic is closed to new replies.