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 :)
This new code shifted my whole body of content to the left, so I haven't implemented it.
https://www.pikkoshouse.com/wp-content/uploads/2019/01/shift.jpg
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.