Hi,
I’ve setted up a stretched layout for my website (see url in private pls). Right now, the logo and main menu is one on each corner, and I would like to set up the menu to display more centered like in the boxed version. How can I do this?
If possible I would like to come to a solution without css, just using enfold options.
Thanks!
Edu
Hey edupuntoes,
I’m not sure if that would be possible with only theme settings, could you post a screenshot highlighting the changes you would like to make please?
Best regards,
Rikard
Hi Rikar,
Thanks for your answer : )
Find below in the link an image that explains the changes I would like to make on my header. You will see a “before” screen which shows the current behaviour of my header and an “after” screen which shows the results I need to achieve:
https://dl.dropboxusercontent.com/u/21516065/kriesi/boxed%20menu%20and%20logo.jpg
Basicaly I need a boxed layout with stretched layout images, like the one with full width that you can see in my home page.
You can see an example of the layout I need in the private content are link. Boxed menu with full width images.
Thanks!
Edu
Hi,
Thanks for the screenshot, you can’t do that with only theme settings unfortunately but try this in Quick CSS:
.av-logo-container {
width: 1310px !important;
max-width: 1310px !important;
}
Replace the width in my code with the width of your container size.
Best regards,
Rikard
Hi Rikard,
Many thanks for your easy solution, That worked great : )
Best regards,
Edu