Turning off or changing post navigation arrows

Hello!

I have these post navigator arrows at the top of the page and I can't find the option to turn them off.

I do like them, and I would like to keep them, but I think they take up a lot of space in the design, especially on the mobile phone, creating empty space between the menu and the content (image).

If there is a way to reduce the height of these navigator arrows, that would be perfect.

If not, how do I turn these off?


Thank you in advance,

Andy

Comments

  • Hi,

    Firstly, please go to Betheme -> Theme options -> Global -> Advanced, and check an option to hide the Content top padding:

    If the space is to large for you, you can also use the following CSS code:

    1. .single-post .section-post-header .post-header .mcb-column-inner{
    2.  margin: 0;
    3. }

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

Sign In or Register to comment.