Hi Rikard,
I think it works now, although I have not solved the width of the menu yet.
But I think I can find out how to do that.
Thanks for your help.
Gust2007
Hi,
yes, i got it working, except for the top menu to be restricted in width.
It would be great if you could show how to restrict the top menu to be like 90 % of the width.
I managed to get the result so far using this CSS:
.container {
padding: 0;
}
.container .av-content-full:not([role=”main”]) {
padding-left: 5% !important;
padding-right: 5% !important;
}
That enabled the image to be on the left and all other color sections to have a padding.
I assume I can also set the max width of the menu in a similar way ?
Thanks for your help,
Gust2007
Yes, exactly. I made a mockup (private content) of what I want to achieve.
Thank you !
Hi Ismael,
thanks for the modifications. Actually, I wanted it exactly the other way round, but I was able to fix this by myself.
Just by changing the comparison code in functions.php.
So it works fine now.
Thank you very much for your help !
Greetings,
Gust2007
Hi Ismael,
sure. Details in private content.