How to increase header space

Hi , Can I enlarge the space in the header Page and how?

Hi,

Please provide detailed information about which part of the header you are referring to, and we will try to help you (you can send a link to your website and a screenshot of this part).

Hi , This space I want to be left and right full

Hi,

Please try this CSS snippet (How to add custom code snippets - HivePress Help Center):

@media only screen and (min-width: 48em) {
.header-navbar {
margin: 0;
}
}
1 Like

good , thank you

I want a space here, how?
fe779399-efd8-4eb5-9488-e0845281a515

Hi,

Unfortunately, there’s no such feature, it would require a custom implementation.
If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.