Full width submenu drop down to appear directly under main menu.
-
Hello,
My full-width submenu appears lower then my main menu after I scroll the page and the top bar disappears on scroll. Is there a line of css to make the submenu always appear directly under the main menu, no matter what vertical height (with or without a top bar)?
Attachments:
You must be
logged in to view attached files.
Hello,
Please copy and paste the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS and check your site after removing the browser cache.
.platform-Mac .woodmart-scroll .woodmart-scroll-content::-webkit-scrollbar {
display: block;
}
Best Regards.