- This topic has 6 replies, 3 voices, and was last updated 5 years, 9 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Kids Education Pro › logo does not show in the mobile version
Hi,
Recently, I purchased your kindergaten pro theme and bulit a website. My biggest issue is website logo does not show in the mobile version. please help me ASAP since it affect our business. website link is
http://www.kidzlagoon.com
Thank you for your help.
-RIZ
Hello @ritz,
The issue has d=ue to some additional CSS that you have added in the theme.
So now to fix the issue, please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
@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;
}
}
Hope this helps.
Regards!!
ok. Thanks.
Hello @riz,
Glad we could help you.
If you have any issues further then kindly let us know.
Best Regards!!
I’ve applied the above coding also to my site and it works great. However, as soon as you scroll down the logo becomes quite small – how do we make it a little larger?
Thank you
I’ve re-written above comment here and also included a link to my site.
I’ve applied the coding you gave to Riz to my site and it works great.
How can I make the logo appear a little larger? Also, as soon as you scroll down the logo becomes quite small – is it possible to make it stay a little larger?
Thank you
Hello,
Glad that the code that we have provided worked.
Now to make the logo size bigger even when scrolling down the page, please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
.is-sticky .site-logo {
width: 200px;
}
Hope this helps.
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. |