Reply To: CSS for header

Home Forums Support CSS for header Reply To: CSS for header

Home Forums Support CSS for header Reply To: CSS for header

#239477
Tom
Lead Developer
Lead Developer

Hi there,

1. Use the navigation logo to add your logo to the navigation, then hide your main header:

.site-header {
    display: none;
}

Adding the header widget into the navigation would require custom programming, but those elements can be added as custom menu links. For example: https://generatepress.com/knowledgebase/menu-social-icons/

2. This should do it:

.inside-header.grid-container {
    max-width: 100%;
}

You can definitely achieve something very close to what they have there 🙂