Remove Header blank space from posts?

Hello,

For the page: https://bysea.ro/muffin-builder-159/

Any ideea how i can remove the blanck space from header ?


Comments

  • Hello,

    Firstly, please, go to the Post Options, find Content top padding, and select Hide.

    Secondly, you can put the following code in the Betheme -> Theme options -> Custom CSS & JS -> CSS.

    .post-template-default .section-post-header{
       display: none!important;
    }
    

    But be aware that this code removes the section where featured image and post navigation suppose to be, and if you will not see these on another post, probably this code is responsible for it.


    Thanks

  • That' great!


    Many thank's!

Sign In or Register to comment.