-
AuthorPosts
-
December 2, 2015 at 9:19 am #545789
hi,
At a certain point of screen size, the Cart button and the Menu button will get overlaid…
like this: http://screencast.com/t/8Kvlu1X7BUT
any fix?
December 2, 2015 at 3:47 pm #545916Hey decode!
Please try adding following code to Quick CSS
.responsive #top .cart_dropdown { right: 6%; }Regards,
YigitDecember 8, 2015 at 5:10 pm #548852hi, Yigit
we tried, but the menu is gone after CSS code applied,
we also tried different number (6%) , but still fail to make it correctly positioned on both bigger and smaller screen.December 9, 2015 at 6:27 am #549499Hi,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardDecember 10, 2015 at 6:54 am #550175here you go, thank you :)
December 10, 2015 at 3:25 pm #550447Hi,
The cart and menu button are not overlapping each other but on smaller screens they are overlapping the logo, try the following to fix that:
@media only screen and (max-width: 767px) { .responsive .logo img { max-height: 60px !important; } }Best regards,
RikardDecember 10, 2015 at 6:13 pm #550604thanks Rikard
I forgot to mention, you have to add an item to cart FIRST so the cart button shows up in the first place and when you adjust the browser window, you will see the overlapping (menu and cart).
December 14, 2015 at 6:41 pm #552547hi,
any progress on this ??
December 17, 2015 at 7:35 pm #554613Hi!
refuse from bumping into your own thread, as it pushes it behind in our queue and marks it as answered and then we can’t provide a faster reply to you.
right now you are using this code.
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive.html_mobile_menu_tablet.html_visible_cart #top .cart_dropdown { right: 40px; }}Replace it by this code: @media only screen and (max-width: 989px) and (min-width: 768px) { .responsive.html_mobile_menu_tablet.html_visible_cart #top .cart_dropdown { right: 120px; }}and adjust right value as needed.
Cheers!
Andy -
AuthorPosts
- You must be logged in to reply to this topic.
