[Resolved] Blog content padding

Home Forums Support [Resolved] Blog content padding

Home Forums Support Blog content padding

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #771216
    Tom
    Lead Developer
    Lead Developer

    Code looks good to me (and works) – it’s possible that the editor is just being a little sensitive ๐Ÿ™‚

    #772379
    Crystal

    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

    #772541
    Tom
    Lead Developer
    Lead Developer

    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;
        }
    }
    #772558
    Crystal

    That did it. Thank you so much!

    #772619
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.