Viewing 6 reply threads
You must be logged in to reply to this topic.
Hello,
Logo shows as part of the header just fine on Desktop:
Does not show on mobile at all:
Is there any way to fix this?
Thanks
Hello,
do you have added a dark version of the logo? Please add it first in Customize > Header > Logo. Then i’ll check and fix it if needed.
Best regards!
Hello,
I have uploaded it to: Customize -> General -> “Upload LogoUpload any media using the WordPress native uploader” section. Is that the right place? I was unable to find where you said to upload it. This is how it appears now:
I’d prefer it in the center and a bit smaller if possible, and that the nav is on the right. Can you help?
Thank you
Hello,
Please add some wp credentials in your profile data. So i can set this up using the options.
https://support.codeless.co/?ht_kb=add-private-login-credentials
Best regards!
Hello,
I added a logo first and then i fixed it’s position as you wanted by adding this code in your Custom Css box:
@media (max-width: 480px){
#logo {
float: left !important;
height: 100%;
margin-left: 115px !important;
}
.header_tools {
float:none !important;
margin-left: 265px;
}
}
Please check your site.
Best regards!
You must be logged in to reply to this topic.