Site logo

Archived topic

Sidebar area is not Straighten with posts area

6 replies · Started by Nave on November 1, 2019

Viewing posts 1–7 of 7

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

Hi there,

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

Hello David,

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

Thanks,
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.

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;
    }
}

Works like a charm!
Thanks David

You're welcome

This archived topic is closed to new replies.