- This topic has 1 reply, 2 voices, and was last updated 9 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Education Hub Pro › boxed layout but showing fluid menu on scroll
My layout is set to boxed, but on scroll, the primary menu goes to fluid rather than staying within the box.
THE WEBSITE IS ON LOCALHOST FOR NOW I have follwed the instructions as per post of the same problem but it does not stop the problem. It was all ok until I added more menus. I have made more submenus but still shows fluid nav bar I checked the website that the first post and I see the menu is doing the exact same as mine. is is the other website url http://www.nathanrussell.com/nr-wp
Hello @franekzaz,
To make your sticky menu stay within the boxed layout in Education Hub Pro theme, please go to your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field and paste in the following custom CSS :
@media (min-width:1025px) {
.enabled-sticky-primary-menu #main-nav.fixed {
width: 86.7%;
margin-left: 90px!important;
}
}
Hope this Helps,
Best Regards !!
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



