Site logo

Archived topic

Blog content padding

19 replies · Started by Crystal on December 19, 2018

Viewing posts 16–20 of 20

Code looks good to me (and works) - it's possible that the editor is just being a little sensitive :)

Ah, try this instead:

@media (min-width: 769px) {
    body:not(.elementor).right-sidebar .site-content, 
    body:not(.elementor).left-sidebar .site-content {
        display: flex;
        justify-content: center;
    }
}

That did it. Thank you so much!

You're welcome :)

This archived topic is closed to new replies.