Home › Support › Business Kit › Mobile view problem with a transparent menu
- This topic has 9 replies, 2 voices, and was last updated 5 years, 9 months ago by
nirav.
-
AuthorPosts
-
March 27, 2019 at 8:14 pm #11321
Anonymous
InactiveMarch 28, 2019 at 4:03 am #11326nirav
KeymasterHello BCKW,
Greetings of the day! Thank you so much for your kind words of appreciation!
Below custom CSS will help you to solve your issue, regarding the issue of overlapping of the logo and menu title.
Please follow below steps add custom CSS code.
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:@media only screen and (max-width:479px) { .site-branding { z-index: 99; } }We are happy to help you. Feel free to contact us if you need further help.
Thank you.
March 28, 2019 at 5:38 am #11327Anonymous
InactiveThank you so much! It works!
March 28, 2019 at 4:06 pm #11336Anonymous
InactiveOne more question please. Is there any way to make the phone number in the top header clickable to open android dialer and make a call? The way below is not working:
<a href="tel:+55555555">Тел: 555555555</a>March 28, 2019 at 4:36 pm #11337Anonymous
InactiveJust noticed this code below you gave me works perfect at normal phone screen. But at rotating view it has the same problem. Picture attached. My be possible to modify it. Thanks in advance.
Pic 3@media only screen and (max-width:479px) { .site-branding { z-index: 99; } }March 29, 2019 at 3:58 am #11346nirav
KeymasterHello BCKW,
We would be glad to help you but
May we request you to provide a website URL so that we can take a look into that
It might be helpful to give the perfect solution to the issue you are facing.Thank you.
March 29, 2019 at 6:07 am #11350Anonymous
InactiveHello, yes, sure. Thanks in advance.
-
This reply was modified 4 years, 11 months ago by
nirav.
April 2, 2019 at 3:42 am #11416nirav
KeymasterHello BCKW,
Thank you so much for sharing your website URL. It really helps us to figure out the issue.
Below code will solve your issue. Please replace below code with above-given code.
Please follow below steps add custom CSS code.
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:@media only screen and (max-width:850px) { .site-branding { z-index: 99; } }Thank you.
April 2, 2019 at 5:13 am #11419Anonymous
InactiveThank you, works perfect!
April 3, 2019 at 3:52 am #11428nirav
KeymasterHello BCKW,
We are happy to help you. Feel free to contact us if you need further help.
Thank you.
-
This reply was modified 4 years, 11 months ago by
-
AuthorPosts
- The topic ‘Mobile view problem with a transparent menu’ is closed to new replies.