Hello, here is the website I’m working on: http://www.studiotecnicomoscatelli.net
What I am trying to do is to have the header image be full-width and place the menu right under it..centered if possible.
You can see what I would like it to be in the special header at the beginning of the page.
Is there a way to make this possible? Thank you for the support.
Hi PietroPeride!
Please go to Enfold theme options > Header tab and choose to display “Header with social icons and bottom navigation” header type. Then add following code to Quick CSS in Enfold theme options under Styling tab
#header_main .container { width: 100%; }
Best regards,
Yigit
but this only expands the header to full width. what about moving the menu BELOW the image?
Hi!
The “Header with social icons and bottom navigation” header already have a bottom navigation or menu. It is below the logo or the image.
Regards,
Ismael
Thank you, it did the trick.
If anyone needs it here is the full CSS used:
#header_main .container { width: 100%; }
.bottom_nav_header.social_header #header_main .container {
height: 160px; }
div .logo { left: 10%; }
Adjust height depending on your logo size and play with div .logo { left: 10%; } until you find the right % to center it