Menu behind background

Posted in: Newspaper
Post count: 44

As you see some of my menu seems to be behind the background.

https://prnt.sc/190y9iz

Can you give me a hint how/where to solve that ?

Post count: 27744

Hello,

Please check the position of the mega menu, please set it on Relative to screen => https://www.screencast.com/t/vxlBkKZGiCh

Thank you!

Post count: 44

Hi Anamaria

Unfortunatly it seems its not solving the problem – any other ideas ?

https://prnt.sc/199i2v0

Post count: 27744

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!

Post count: 44

Hello Anamaria

Thank you very much – this solved the problem

Best regards Per Ræbild

Post count: 44

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

https://prnt.sc/19ffias

Any idea why ?

Post count: 27744

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!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.