This topic has 10 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Robert Hall
Hi
I have some small style problems on mobile…
– element comes up on top of slider?
see https://www.dropbox.com/s/odle6r81jtnqc65/mobile-not-ok.jpg?dl=0
– the menu and cart are not align on mobile?
see https://www.dropbox.com/s/ux8re62jrb0viib/mobile-not-ok-change.jpg?dl=0
Would it be possible to move the menu, logo and cart 50px up on mobile? there is a lot of space in the top.
I hope you can help me and I am looking forward your support.
Best regards
Tonny
Hello,
Try to add this code in custom css for mobile.
.navbar-right .navbar-right {
top: 14px;
}
Regards,
Robert Hall.
You mean – custom.css ? or what?
Hello,
Navigate to Dashboard->Theme Options->Custom CSS->and add code to Custom CSS for mobile.
Regards,
Robert Hall.
Ok thanks it works
Would it be possible to move the menu, logo and cart 50px up on mobile? there is a lot of space in the top.
Use this code in Theme Options->Custom CSS->and add code to Custom CSS for mobile.
.top-bar .languages-area #text-2{
display:none;
}
Regards,
Robert Hall.
It worked – can I get it even more up?
Please use this code in Theme Options->Custom CSS->and add code to Custom CSS for mobile.
.navbar{
top: -60px;
}
Regards,
Robert Hall.
Thanks – it works great!!
Hello,
You’re welcome!
Regards,
Robert Hall.
Tagged: mobile, persuasive, problem, style, themes, woocommerce, wordpress
The issue related to '‘style problem on mobile’' has been successfully resolved, and the topic is now closed for further responses