Site logo

Archived topic

header padding - I can't find it

3 replies · Started by Raul on March 23, 2022

Viewing posts 1–4 of 4

Hi

I am trying to set a larger padding for my header but I don't find that option in the customizer.
https://docs.generatepress.com/article/header-padding/ - here you describe how to do that but I don't find it there (see attachments). I have the Spacing addon enabled.

Hi there,

you need to disable the Navigation as Header option to use the Padding option.
Or you can add a little CSS:

.main-navigation.has-branding .inside-navigation.grid-container {
    padding: 10px 20px !important;
}

Thank you!

You're welcome

This archived topic is closed to new replies.