- This topic has 1 reply, 2 voices, and was last updated 7 years, 2 months 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 › Free Themes › Academic › Mobile Version
How do I get the logo and top bar to show up on the mobile versions? Without having to press the burger menu or the arrow on the right?
Thanks
Jen
Hello @jennymess99,
To get the site logo and top bar to show up on the mobile version,without having to press the burger menu, please paste the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :
@media screen and (max-width: 992px) {
#masthead {
display: block;
}
.main-navigation,
.topbar-toggle {
display: none;
}
.site-branding.align-left .site-logo,
.site-branding.align-left #site-header,
.site-branding.align-right #site-header {
float: none;
display: inline-block;
vertical-align: middle;
}
.site-branding {
float: none;
text-align: center;
}
#top-bar .topbar-dropdown {
position: relative;
right: 0;
top: 0;
background-color: #F7FCFE ;
}
#top-bar {
padding: 0;
}
#top-bar .address-block li,
#top-bar .address-block li a,
#top-bar .login-signup a,
#top-bar .login-signup li:last-child:before,
#top-bar .address-block .fa {
color: #777;
}
}
This will display the site logo in mobile version without having to trigger through with hamburger menu.
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. |