[Resolved] Sidebar area is not Straighten with posts area

Home Forums Support [Resolved] Sidebar area is not Straighten with posts area

Home Forums Support Sidebar area is not Straighten with posts area

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1050288
    Nave

    Hello,

    I have just installed GP for my second website (not using premium yet).
    When I have added posts and sidebars on the blog page, you can see that the sidebar area is not straighten with the post.

    screenshot:
    https://prnt.sc/pr0wv3

    Thanks,
    Nave

    #1050593
    David
    Staff
    Customer Support

    Hi there,

    in Customizer > Layout > Content do you have a value in Separating Space ?

    #1051208
    Nave

    Hello David,

    Under Customizer > Layout > I dont see “Content” option here:
    https://prnt.sc/pril0a

    Thanks,
    Nave

    #1051211
    Nave

    I’m not using premium for this current site so I cant choose a specific value:
    https://prnt.sc/prinzz

    only if it will be separate containers or one container…
    When i choose one container then it looks ok, but I want to use separate containers.

    #1051443
    David
    Staff
    Customer Support

    That is odd , RTL sites do confuse me a little so not sure why its not displaying correctly. You can add this CSS to fix it:

    @media(min-width: 769px) {
        .separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar {
            margin-top: 60px;
        }
        .right-sidebar .site-main {
            padding: 30px 30px 30px 30px;
        }
    }
    #1051693
    Nave

    Works like a charm!
    Thanks David

    #1051836
    David
    Staff
    Customer Support

    You’re welcome

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.