Site logo

Archived topic

Remove the padding on sides?

3 replies · Started by Santa on November 11, 2019

Viewing posts 1–4 of 4

Hi!

How to make navigation full width in example below?

Is it possible to make the wp show posts part also full width, and show one more post in the same style? ( so there would be not 4, but 5 posts) Thank you!

Hi there,

in Customizer > Additional CSS - remove this:

@media (min-width:769px) {
    body {
        margin: 0 30px
    }
}

Thank you! :)

You're welcome

This archived topic is closed to new replies.