Margin Headerbar and Megamenu

Hello,

we are using a Mega menu on our Website. The Website is available in english and german.
In the english version we need some margin/ padding between the menubar and the mega menu (like in the german version, see pictures)
Do you know where i can edit the margin/ padding

We also have the problem that the “Location” and “Long Term Stay” menu items are not evenly distributed across the page on a large screen. Is it possible to edit this? (Only the left side is built with mega menu, the right side is a normal menu from protheme).

Hi @l_eckardt,

Thanks for reaching out.
I have checked the English website and found that there is a gap between the Megamenu and the Menubar. If you are not seeing that, it could be a cache issue, I would suggest you check once by clearing all types of cache including the Style Cache from Cornerstone > Settings > System > Clear Style Cache and check in the incognito/private mode of the browser.

Hope it helps.
Thanks

Hi Tristup,

I have cleared the cache as you said, but I still have no gap in the English version. My colleague has also checked it and also has no gap.

Do you have a solution for the problem with the menu items (As described above).

Hi @l_eckardt,

It will be very difficult to tell on this as the issue is not occurring at our end. Still, you can use the following custom CSS code to increase the padding.

.ubermenu-content-block.ubermenu-custom-content iframe
{
    padding-top:100px !important;
}

Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes which means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

Thanks

Okay, thank you.

Can you tell me what browser you are using?
I’m looking with Chrome and Edge and so is my colleague. We both can not see a gap in the English version

Hi @l_eckardt,

I am seeing in Chrome only and I can see the Gap between Megamenu and the Menubar.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.