Site logo

Archived topic

Blank space between content and sidebar

5 replies · Started by Sam on January 8, 2023

Viewing posts 1–6 of 6

Hi,

I am looking at setting up how my posts will look, but there seems to be a very large amount of empty white space between the content and the sidebar. Is there a way to make it so that the content fills more of the page?

I have tried reducing the sidebar width, but this only seems to change the size of the sidebar itself and there is still a lot of empty white space.

Thanks!

Hi Sam,

Can you reactivate the GP theme? We'll go ahead and check the issue afterward.

Reactivated - thanks!

You have this code in Appearance > Customize > AdditionaL CSS:

@media only screen and (min-width: 961px) {
  body.single-post #main {
       max-width: calc(100% - 300px);
   }
     body.single-post #sidebar {
       min-width: 300px;
   }
}

It's this one causing the issue. Try removing it to test.

That's great - thank you for your help. That's code from our ad network, so we'll check with them before permanently removing it, but appreciate the help in locating the issue!

You're welcome, Sam!

This archived topic is closed to new replies.