As you see some of my menu seems to be behind the background.
Can you give me a hint how/where to solve that ?
Hello,
Please check the position of the mega menu, please set it on Relative to screen => https://www.screencast.com/t/vxlBkKZGiCh
Thank you!
Hi Anamaria
Unfortunatly it seems its not solving the problem – any other ideas ?
Hello,
To fix the mega menu, please use this custom code CSS => https://www.screencast.com/t/80ak78cG1OQ
.td-main-content-wrap {
max-width: 1164px!important;
}
.td-boxed-layout #td-outer-wrap {
max-width: 100%;
}
You need to set the code in theme panel > custom code> custom CSS.
Hope this help you!
Thank you!
Sorry
I was to quick. Seems this code effected my post, the background on post now dissapear(white)
Strange as on my pages its okay, its only on posts
Any idea why ?
Hello,
Please remove the above custom code, and try this code
body .td-main-content-wrap , body .post {
max-width: 1164px;
}
.td-boxed-layout #td-outer-wrap {
max-width: 100%;
}
body.td-boxed-layout #td-outer-wrap .td-header-desktop-sticky-wrap, body.td-boxed-layout #td-outer-wrap .td-header-mobile-sticky-wrap{
width: 100%!important;
}
Let me know the results!
Thank you!