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 🙂
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 🙂
@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 🙂