Viewing 5 reply threads
You must be logged in to reply to this topic.
My mobile menu is being covered by my logo. Please let me know how to fix this.
This is the URL https://d7f.638.myftpupload.com/
Hello,
Please add this code into your custom css box:
@media (max-width: 480px) {
#logo img { width: 100%;}
.mobile_small_menu { margin-left: -41px;}
}
Result screenshot. Let us know.
Best regards!
<span style=”color: #222222; font-family: arial, sans-serif; font-size: small;”>I added this to the custom css box under Specular, General Options, and it did not work. Please let me what I am doing wrong</span>
Hello,
The code does work. We have tested it and the result is int he screenshot i send you. Perhaps you have added it wrong.
Please fill in the necessary information on your extra information fields of your profile data. So i can check what is wrong.
Read this article for more information.
Best regards!
I see that the code does work, when the phone is held vertically. When the phone is viewed horizontally, the logo once again covers the mobile menu. Please let me know what the fix is for this.
Hello,
The landscape is a different layout and it has a different screen size. To edit this, please add this code:
@media ((max-width: 979px)) {
#logo img { width: 100%;}
.mobile_small_menu { margin-left: -41px;}
}
Let me know if you need further help.
Best regards!
You must be logged in to reply to this topic.