Site logo

Archived topic

Changing text area padding desktop only

3 replies · Started by Patricia on June 26, 2022

Viewing posts 1–4 of 4

hi guys how are you? can you please help me to adjust the padding only
where there is the article, only for desktop?

If you take a look at this image, you can see what I mean

https://ibb.co/ZTmX256

Thank you all!

Hi there,

you would need this CSS:

@media(min-width: 769px) {
    .single-post .entry-content {
        padding: 0 10px 0 10px;
    }
}

The padding valures are Top Right Bottom Left in that order.

You guys are brilliant thank you so so much! :)

Glad we could be of help!

This archived topic is closed to new replies.