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


Home › Forums › Pro Themes › Kids Education Pro › Logo showing on Mobile View
Tagged: logo, Mobile View vs Desktop
The logo I set shows great on desktop however does not show at all on mobile view, the logo also does not show on mobile view menu as it is suppose to
Hello @fsysedu,
The logo even shows in the responsive view above the menu items as you can see in the screenshot below:
Hope this clears the confusion.
Thank you
I found the solution on a previous post, I needed to add this code
@media screen and (max-width: 992px){
#masthead {
display: block !important;
}
.site-branding {
width : 100%;
}
#main-slider {
margin-top: 154px;
}
.main-navigation.left-menu,
.main-navigation.right-menu {
display: none;
}
}
Hello
Glad that you figured out the solution by yourself,
For any further query/confusion, feel free to write us back,
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. |



