- This topic has 2 replies, 2 voices, and was last updated 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › University Hub Pro › Main menu missing on mobile
We have just switched back our website to the University Hub Pro theme, updated to the latest version. The theme works well on desktop browsers but the menu does not show up at all on mobile browsers.
The website is https://istorie.unibuc.ro
If we analyze the website on a desktop browser, in inspect mode, with a mobile size, the menu works.
@whimsmedia, While inspecting your site we have found that a piece of CSS code is responsible for the mobile burger menu not showing.
this is the code responsible for hiding the burger menu
@media only screen and (max-width: 1000px) {
#main-nav {
display: none;
}
}
Reference screen record
https://www.awesomescreenshot.com/video/31441722?key=8a2d0572599a3a0f0f2d4f5e2a97198c
You can remove this code if you have added somewhere in the site or you can override that piece of code by adding this code in the Additional CSS
@media only screen and (max-width: 1000px) {
#main-nav {
display: block !important;
}
}
Thank you for your help! That took care of the issue.
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. |