First of all, love the Enfold theme!
What do i want?
I have the full width website but i want the logo and menu the same width as the content, like as boxed.
In this image you can see i have right now, like i want.
https://ibb.co/mMb4wH
Used this code:
#header {
width: 1100px;
left: 400px;
}
Only the problem when i scale the website, he is not good.
Like this.
https://ibb.co/ceuDqc
Does some of you have the solution for this?
Hey NiekvdB,
Thank you for using Enfold.
Please provide a link to the actual page so that we can inspect it. Did you modify the header?
Best regards,
Ismael
Hello Ismael,
The link of the page is http://www.testuweigenwebsite.nl/vdbroek
I did modify the header.
Niek
Hi Niek,
Please try this CSS instead:
#header {
width: 1100px;
left: 50%;
transform: translate(-50%, 0);
}
Best regards,
Rikard
Thats it, thank you!