Site logo

[Resolved] Blank space between content and sidebar

Home Forums Support [Resolved] Blank space between content and sidebar

Home Forums Support Blank space between content and sidebar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2488340
    Sam

    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!

    #2488344
    Fernando
    Customer Support

    Hi Sam,

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

    #2488391
    Sam

    Reactivated – thanks!

    #2488392
    Fernando
    Customer Support

    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.

    #2488402
    Sam

    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!

    #2488403
    Fernando
    Customer Support

    You’re welcome, Sam!

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