Hi support
I’m experiencing an odd error regarding the drop-down from my menu when on this specific page https://openframe.org/funktioner/ - the dropdown becomes huge!
Can you help me solve this problem?
Thanks in advance.
Regards,
Carina
Hi support
I’m experiencing an odd error regarding the drop-down from my menu when on this specific page https://openframe.org/funktioner/ - the dropdown becomes huge!
Can you help me solve this problem?
Thanks in advance.
Regards,
Carina
Hi Carina,
Thanks for writing in! Upon testing, your issue seems to be related to your custom CSS. Could you please remove all of your custom CSS rules and re-test your issue again.
Make sure to purge your server cache and clear browser cache before testing.
Let us know how it goes.
Thanks!
Hi mldarshana,
Thanks for your reply.
Just tried your suggestion and removed all of my custom CSS in the global CSS. It sure had an effect on the website - just not the problem with the menu. Du you have any other suggestion on how to solve the problem?
Regards,
Carina
Hey Carina,
The issue is coming from this code ul{font-size:18px !important;line-height:27px !important;}. You added that in your page’s Content CSS. Please remove the CSS or be specific with selectors.
The reason your submenu’s font size was affected is because you’re using em unit and it takes into account the font sizes set in its ancestor elements and ul is the parent of the submenu since it’s a list. It takes into account the 18px in your custom CSS. That is similar to this thread.
Thanks.
Hi Christian,
Thank you for being specific, very helpfull!
Regards,
Carina
You’re welcome, Carina.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.