Hi, in the HEADER I want the LOGO to be full width and the MENU to be deactivated/removed.
The solutions in the forum didn’t work for me, so how can I do this?
It would be best if we could take a look at the site in question. If you can’t post the link, you’ll have to wait for the mods to look at it.
Reason: Basically it depends on what your logo looks like and what header layout you have chosen.
Of course Guenni, sorry.
In the meantime I encountered a second problem :-)
1. In the HEADER I want the LOGO to be full width and the MENU to be deactivated/removed.
2. Below the Header, I have a 5-“coloumn”-grid filled with Team-Elements (image and text below). I need 8 members in one row and didn’t find a solution :-(
Please help – kind regards
Jochen Balzer
Hi,
Thank you for the update.
You can start by setting Enfold > Header > Header Layout > Menu and Logo Position to Logo center, Menu below. This won’t make the logo full width, but it will center-align it. To remove the menu, add this css code:
#header_main_alternate { display: none; }
The maximum number of columns per row is 5. We recommend using the 1/4 Column element and displaying the items in two rows. If you really need to display 8 columns in a row, you can manually create a flexbox.
— https://css-tricks.com/snippets/css/a-guide-to-flexbox/
Best regards,
Ismael
Thank you for your help.
But how can I make the logo full-width?