Hi, there are steps you can reduce the logo on the floating toolbar? on the iPhone it is too large and invade the rest of the site. (see Attachment)


Regards
This topic has 8 replies, 2 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
Hi, there are steps you can reduce the logo on the floating toolbar? on the iPhone it is too large and invade the rest of the site. (see Attachment)


Regards
Hello,
Try to use this code in custom.css:
@media (max-width: 480px) {.fixed-header-area .fixed-header .logo-with-menu {
width: 164px;
}}
Regards,
Eva Kemp.
It has done but nothing has changed 🙁
the logo can not become smaller? so everything lines up along with the icons
regards
Hello,
I’ve checked your site on mobile and don’t see such issue:
http://storage5.static.itmages.com/i/16/0601/h_1464785693_9293117_a8242465ec.jpeg
http://storage9.static.itmages.com/i/16/0601/h_1464785731_6610081_b61e9b3ded.jpeg
What iPhone version are you using?
Regards,
Eva Kemp.
version iphone 5s
display 4 inch
Hello,
I’ve edited the code to this one in your custom.css file:
@media (max-width: 480px) {
.fixed-header-area .fixed-header .logo-with-menu {
width: 124px;
}
.header .shopping-cart-widget {
width: 200px !important;
}}
Please check the site now
Regards,
Eva Kemp.
ok perfect,
thank’s
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘menu mobile’' has been successfully resolved, and the topic is now closed for further responses