-
-
Hi,
I have an issue with my logo / menu on mobile devices.
I searched in the forum for similar issues, and tried out some css you provided but it doesn’t work for me.
The logo is not showing at all on mobile. I tried to reduce its size with css, but no luck.
I’m using the header style with logo centered and menu items below the logo, and my logo is quite large (it’s taking the whole screen width).
Could you help me with this ?
(I gave all my credentials if you want to have a look)
thanks a lot
-
Hello,
I edited out this css you had added in General Options > Custom Css box:
@media (max-width: 767px){ #logo { left: 75% !important; }}
to this:
@media (max-width: 767px){ #logo { margin-left: 30%; float: left !important; } }
It’s ok now. Here is the result: https://ibb.co/cBjJGn
Best regards!
-
Hi,
Thanks for your answer.
However, this logo is not the one I’m using for the regular screens (see screenshot)
Does it mean that for mobile it’s automatically using the favicon ?
Is it possible to do otherwise ? (keep my original logo)
Thanks :)
-
Hello,
The mobile version, takes the logo image you have added in General Options > Upload Logo. It does not show the favicon. But since you have set as logo an image that contains both logos (https://www.happypog-deco.fr/wp-content/uploads/2018/04/Happypog_decoration_logo2-1.png) the mobile is displaying as much as it can. The screen is narrower in mobile so only the part of favicon is showing up.
To have a different logo for the mobile please refer to this related topic:
https://support.codeless.co/?topic=mobile-logo-menu-color-changeBest regards!
-
Hello,
I fixed it with some custom css code.
Normally the logo should be smaller, with no white spaces around, that’s why it looked messed up in responsive.If you change the logo in the future, then just remove the added css code of the logo at custom css box.
Best regards!
-
Hi,
Thanks a lot for your help !
I managed to put another logo specifically for mobiles.
But now, it looks “squeezed”, the letters are much taller than on laptop…
Can this be fixed with css ?
(and is it normal that the hamburger menu is on the right now ?)
Best regards !
-
Hello,
Yes, you can fix it with css but that is not necessary because your logo is still too wide for mobile. I suggest you crop it down further. See example: https://ibb.co/mZ9fZ7
-The mobile hamburger menu can be positioned everywhere you want. I see it’s ok and working. Do you want to change it’s position?
Let us know.Best regards!
-
If you want to keep that image and change it with css go to General Options > Custom Css box and place this code:
@media (max-width: 480px){ .header_wrapper #logo { margin-left: -128px !important; width: 500px !important; } }
This should be the result : https://ibb.co/cSHju7
Best regards!
-
Hi,
I tried with the css you gave me, but it has no result.
If I crop the logo, what size should it be ?
Thanks
-
Hello,
I fixed the responsive look. If you want the hamburger menu on the left just remove this css:
.mobile_small_menu {
right: 0;
}You can see the tower theme logo image size as example. Anyway if you like it as it looks now, you can leave it this way.
Best regards!
-
Hello Ruco,
Thanks a lot for your help !
Looks perfect now :)
Best regards !
-
You must be logged in to reply to this topic.