Conflict with Topmenu

Dear support,

I just bought your extension latest news extended.
Unfortunately there seems to be a CSS conflict: Latest news extendend brings CSS definition
* {
-moz-box-sizing: border-box
}

This interferes with my Topmenu. I read in your forum that also others seem to have this problem.
Please have look:
thedemolink.de/rcw/

In comparance to a page where the module is not assigned to:
thedemolink.de/rcw/der-rc-worms/news.html

Can you help me?

Thanks in advance,
Sascha.
10 years 11 months ago #1 by Sascha

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5262) Offline
Hi sascha,
Please try to add this css code, anywhere on your css file
#menu * {
    -webkit-box-sizing: content-box!important; -moz-box-sizing:  content-box!important; box-sizing:  content-box!important;
}
10 years 11 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Many thanks, that fixed it!
10 years 11 months ago #3 by Sascha

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum