-
-
Where do I find the settings to modify the mobile “hamburger” menu?
It appears to be floating over the content in the vertical position of the mobile device.
-
Hello,
Can i please see a link where are you having this? The hamburger menu shows up when the mobile screen size is reached. It does not have such isues.
Best regards!
-
Hello, the hamburger menu is floating over the header logo at the left, and you can’t really see the menu. Is there a way for me to set that logo to be reduced in the mobile setting?
-
Hello,
Please add this code into your custom css box:
@media (max-width: 480px) { #logo img { max-width: 100% !important; margin-left: 8% !important; }}
Result screenshot.
Best regards!
-
Hello Mihaila,
That did work to stop the overlapping of the hamburger menu on top of the logo. Thank you for that!
However, it has now compressed the logo width, which is distorted when the browser goes past the ipad view and into the vertical mobile view.
Is there a specific size that is best for the logo – height and width and pixels?
Also, can you tell me what it ‘Light Version’? I see there is a logo option for Light Version.
-
Hello,
Since the mobile width is limited to 480px, the logo too should be within this width. There isn’t a specific size set up for the logo. If you keep it under 250px wide.
-Theme gives the option to have two logos. The dark version, is usually a dark colored logo. Which is used in headers where the background is in light color.
And the light logo is the opposite. You upload a light colored logo which is used in cases when the header background is dark.
See the use of these two types here:
Dark logo in a white background: https://codeless.co/tower/default/business-corporate/
Light logo in transparent background: https://codeless.co/tower/default/To specify which version should a page use, go to the page’s General Settings > Page Options & Style > Header Color Style for Header. See screenshot.
Best regards!
-
Hi Mihailia,
Thank you for the info in the light logo.
I replaced the Aligned Vision header logo with a 250 px logo and it looked too low res. So I put it back. However, in either case the logo still gets squeezed when in the mobile view. Do you have any additional suggestions? Can you check it out?
Thanks
-
Hello,
The logo image width is still too wide for the mobile width. No matter how you edit it with custom css it will not be possible to keep the image resolution. What i can suggest you is to create a new logo only for the mobile version. Add this custom css into your custom css box:
@media (max-width: 480px){ #logo img.dark { content: url(https://codeless.co/tower/default/wp-content/uploads/2015/08/logonew.png); }}
Upload the new logo into your Media and replace the url of the image in the code with your new logo url.
This way when the screen reaches the mobile size, the logo will be replaced by it’s mobile version logo. Which fits better the new dimensions.
Best regards!
-
You must be logged in to reply to this topic.