Home › Forums › All Other Themes › menu button for mobile version with SKT decor theme
- This topic has 9 replies, 2 voices, and was last updated 3 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
April 3, 2021 at 2:01 pm #176965
Good afternoon, dear srs
I request your help please for the following:
I bought the SKT decor theme to set up my website, after I finished, I noticed that in desktop version it works well. However with a tablet and mobile phone version, the menu button that is located on the top right side, is in fact very high and almost hidden, thus making it impossible for the user to click.there was also a black bar like a banner, but then I managed to go to Basic / Costum CSS and type the code:
#customizer_topbar {
width: 100%;
background-color: # 282B32;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
height: 30px;
padding: 10px 0;
font-family: sans-serif;
display: none;Solved the problem with the bar, disappeared! As for the menu, there is no way to solve it, it remains much higher, I cannot deliver it to the end customer like this.
Can you please help?
Thanks
Ricardo SousaApril 5, 2021 at 1:34 pm #177023Kindly share with us your website URL.
Regards,
ShriApril 6, 2021 at 10:06 am #177068https://www.decor24.pt -> URL
Wait for your help.
Thank you.
RegardsApril 6, 2021 at 10:08 am #177069Hi there,
Heres my URL
https://www.decor24.pt
Wait for your help.
Thank you.
Regards
RicardoApril 6, 2021 at 12:22 pm #177083Kindly go to Appearance >> Customize >> Basic >> Custom CSS Box:
@media screen and (max-width: 29.938em) { .header.type3 #simple-menu, .header.type4 #simple-menu{top: 70px !important;} .logo{max-width:85%;} }
Regards,
ShriApril 6, 2021 at 3:45 pm #177096thank you very much my friend, ill try to put.
Best regards
Ricardo SousaApril 6, 2021 at 3:51 pm #177097Give another help please.
The code works, thank you again but the problem with the button is that is very hard to make an action when we click on it.
You have to click several times to work, and if you click on the center of the button is not work.DO you know what it could be the problem?
Thanks
Regards
RicradoApril 7, 2021 at 12:43 pm #177137We have checked that it is working properly and you should clear the cache of the browser and check.
Regards,
ShriApril 7, 2021 at 2:51 pm #177147Thank you very much my friend, problem solved!
Best regards
Ricardo SousaApril 8, 2021 at 12:11 pm #177183Cool.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.