• Resolved yashbhora

    (@yashbhora)


    Hi, I’m playing around with creating posts on wordpress. For my post, I set the astra setting to disable primary header. However, The first block I add on Gutenberg seems to be below a place holder of where the heading should be. How do I fix this?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @yashbhora,

    I tried to replicate the same scenario on my end but all worked fine. Please refer to this screenshot to see the Astra Settings of the post and this screenshot to see how the post looked like.
    
    I am not quite sure why your post is different. As a workaround you can try to add the following CSS code in Appearance > Customize > Additional CSS

    #primary {
        margin-top: 0;
    }

    I hope that will help. Feel free to reach out to us if you have any further queries.

    Kind regards,
    Herman 🙂

    Thread Starter yashbhora

    (@yashbhora)

    Hey there @brainstormteam ,
    The CSS code did fix the issue, thank you! While I’m at it, could you help me with resizing the submenu? I have a lot of space to the right of my posts submenu options.

    Thank you so much.

    Regards,
    Yash

    Hi @yashbhora,

    Good to know the code fixed the issue.
    
    And regarding resizing the submenu, please try adding the following CSS

    .main-header-menu .sub-menu {
        width: 200px;
    }

    Feel free to modify the code as per your preference and let us know how you go.
    
    Kind regards,
    Herman 🙂

    Thread Starter yashbhora

    (@yashbhora)

    @brainstormteam It works!

    Thank you so much!

    Perfect, @yashbhora!

    Do let us know if there’s anything else we can help you with.

    Have a nice day and stay safe!

    Kind regards,
    Herman 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Header doesn’t quite go away’ is closed to new replies.