Site logo

Archived topic

Blog Sidebar does not align on the right or left

5 replies · Started by Peter on July 17, 2022

Viewing posts 1–6 of 6

Hi,
I am having trouble with the sidebars of the site.
When adding sidebar on the blog page, the widgets are displayed on the bottom.
I tried to play with the container width.
They remain on the bottom of the page beneath the post list.

Overview of the page

  • WordPress 6.0.1
  • GP Theme
  • Version : 3.1.3
  • GP Premium
  • Version 2.1.2

Thanks

Hi there,

in Customizer > Additional CSS you have this CSS rule:

.site-content {
    display: inherit;
}

Which is removing the flexbox from the site-content container.
You need to remove that CSS.

Hi David,
Thanks for your reply.
I removed the css code... but the sidebar remains at the bottom.

Could it be due to the container width I reduced to 768px max ?

Ah yes (I need vacation !)
Now it works.. thanks a lot !

You’re welcome Peter! Glad it’s working now!

This archived topic is closed to new replies.