Dear support,
i want to have stretched layout on the homepage only, alle other pages should have boxed layout.
I used the following quick css code:
#top.boxed.home { width: 100% !important; max-width: 100% !important; }
The Homepage is stretched now.
But the menu is not centered, it is left aligned. How can i center the menu?
Thanks for any help
Hey dondela!
Can you please post the link to your website so we can see the issue?
Cheers!
Yigit
Thanks
Hi!
Please add following code to Quick CSS
.home header#header {
width: 100%!important;
max-width: 100%!important;
}
Best regards,
Yigit
Thanks Yigit, thats it!
Best support ever!