Home › Support › Medical Way Plus › Site Logo not mobile optimised
Tagged: click counter
- This topic has 8 replies, 2 voices, and was last updated 2 years, 2 months ago by rachel.lemints.
-
AuthorPosts
-
March 28, 2019 at 2:10 am #11325rachel.lemintsParticipant
Please see below image for reference. I have to use 60×60 px logo for it not to cut in on mobile but it is way too small for desktop. Please advise.
March 28, 2019 at 7:01 am #11330niravKeymasterHello rachel,
We recomemded you to upload your logo 140*60 (140 width and 60 height). This will work fine.
And if you want to confitue with current logo, you can add custom CSS to overcome this issue.
Please follow steps to add custom CSS.
1) Please log in to the admin area
2) Go to “Appearance >> Customize >> Additional CSS”.
3) Paste the below code in “Additional CSS” and save it afterward:.site-branding .custom-logo-link{ position: relative; height: 60px; width: auto; } .site-branding .custom-logo-link img{ width: auto; height: 100%; margin: 0px; }
Please feel free to let us know if you have any further queries.
Thank you.March 28, 2019 at 8:40 am #11332rachel.lemintsParticipantWith the CSS now the menu is showing under the header.
I have tried the following CSS:#masthead {
z-index: 9999;
}However, it isn’t resolving the issue.
Please advise.- This reply was modified 5 years, 2 months ago by rachel.lemints.
March 29, 2019 at 4:32 am #11347niravKeymasterHello Rachel,
Can you please try this code? It might to solve your issue.
@media only screen and (max-width:900px) { .site-branding { z-index: 99; } }
Please feel free to let us know if you still face any issue.
Thank you
March 29, 2019 at 4:36 am #11348rachel.lemintsParticipantHi there,
The site tagline is not overlapping now but the menu is cutting into header.
How to make it appear lower than the header.March 29, 2019 at 7:18 am #11357niravKeymasterHello rachel,
May we request you to provide us a website URL?
It really helps us to solve the issue.Thank you.
March 29, 2019 at 7:20 am #11358rachel.lemintsParticipantHi there, the site is currently under construction so it is set to private.
Due to agreement with client, I am not allowed to give access to it for now.April 2, 2019 at 3:58 am #11417niravKeymasterHello Rachel,
Greetings of the day!
We have recommended you to either set your website logo or site title and tagline.
As per our theme standard, we consider logo height or title and tagline height but in your case, your menu height is more than we have set in our theme.
So to overcome this issue we will provide you custom CSS for the mobile device but it will break in other screen resolution.We provide custom service, if you really want to continue with both logo, title and tagline.
We will provide you perfect solution for all the screen.Thank you
April 2, 2019 at 5:47 am #11421rachel.lemintsParticipantIt’s ok then thanks.
-
AuthorPosts
- You must be logged in to reply to this topic.