• Hey there.

    There is a huge white space above the content of my posts page (above the posts). I would like to remove that!

    Also, I can′t put the sidebar with the widgets I want on the post page, which is named as my blog. The sidebar only appears on the pages of the posts themselves, when I clixk on them.

    As aditional information, when I set my blog page not as the posts page, the sidebar appears!

    The page was just as I wanted initially, but then (I dont know if I did something) these two problems appeared.

    Can anyone help me? I would like to remove the white space above the content and add the sidebar on the posts page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • What is the URL of the website?

    Hello there,

    To get rid of that space, could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    .blog .page-wrap{
       padding-top: 83px !important;
    }

    If it doesn’t give any changes, please share your site’s URL here.

    > when I set my blog page not as the posts page, the sidebar appears!

    What is the blog layout being enabled (Appearance > Customize > Blog Options > Blog Layout)?

    Regards,
    Kharis

    Thread Starter coragemdeser

    (@coragemdeser)

    My website isnt running yet! But it is coragemdeser.org

    Hey Kharis,it worked out just fine on the posts page! Thank you so much! Now the only thing left for me to do is eliminating the white space above the content of the posts themselves. When I click on them on the posts page (blog), it redirects to another permalink, which has the same huge white space above the content of the post. The sidebar appears though.

    And about the sidebar, I changed to the classic layout and it worked out just fine, appearing the sidebar (even though I would like the masonry grid layout with the sidebar, but I’m pretty satisfied already).

    Hello there,

    When I click on them on the posts page (blog), it redirects to another permalink, which has the same huge white space above the content of the post.

    Try to apply the following CSS code:

    .single-post .page-wrap{
       padding-top: 83px !important;
    }

    Let me know how it goes. I’ll wait to hear back from you regarding your stats.

    Regards,
    Kharis

    Thread Starter coragemdeser

    (@coragemdeser)

    omg kharis thank you so much, I would have never made it without you, and I mean it. This was driving me crazy already. It′s all good now.

    Thank you so much again!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘White space above content of post page’ is closed to new replies.