Conflict with Topmenu
- Posted by Sascha (20) Offline
Dear support,
I just bought your extension latest news extended.
Unfortunately there seems to be a CSS conflict: Latest news extendend brings CSS definition
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
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.
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
10 years 11 months ago #2
by TemplatePlazza
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;
}
Please Log in or Create an account to join the conversation.
- Posted by Sascha (20) Offline