-
AuthorPosts
-
May 30, 2017 at 3:02 pm #801534
Header Shopping Cart Icon
If I choose “Always Display attached to the main menu”
The Cart Icon in tablet and mobile mode is not visible.What can i do?
I wish to have it attached to the main menu on high resolution and “Display floating on the side” in tablet and mobile.
May 31, 2017 at 6:58 am #801844Hey Vikab,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoMay 31, 2017 at 9:34 am #801892Hi Nikko
Sure. Here it is.
Best regards,
MariaMay 31, 2017 at 12:15 pm #801970Hi Maria,
I have added this css code in your Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width: 1024px) { .avia-menu.av-main-nav-wrap { display: none !important; } #top nav.main_menu { display: block !important; } #top #header_main #menu-item-shop a.cart_dropdown_link { border: 1px solid #eff5d2; padding: 0 !important; height: 46px !important; line-height: 46px !important; width: 46px !important; } .responsive #top #menu-item-shop.cart_dropdown { top: 23px; left: 570px; } } @media only screen and (max-width: 1024px) and (min-width:992px) { .responsive #top #menu-item-shop.cart_dropdown { top: -58px; left: 822px; } } @media only screen and (max-width:767px) { .responsive #top #menu-item-shop.cart_dropdown { top: 25px; right: 50px; } }
Let us know if this helps :)
Best regards,
NikkoMay 31, 2017 at 1:51 pm #802001Thank you!
It works fine in tablet but not in moblie. There is no cart-iconMay 31, 2017 at 2:25 pm #802022Hi,
I have modified the last part of the code to this:
@media only screen and (max-width:767px) { .responsive #top #menu-item-shop.cart_dropdown { top: 25px; left: auto; right: 50px; } }
Can you try to check it again? :)
Best regards,
NikkoMay 31, 2017 at 2:52 pm #802038Thank you! It works fine :)
When i check my cart in my mobile, i can´t se or change QUANTITY of my product
What can i do?May 31, 2017 at 10:09 pm #802218Hi,
Try adding this css code in Quick CSS:
@media only screen and (max-width:767px) { .responsive .shop_table .product-quantity { display: table-cell !important; } }
Hope this helps.
Best regards,
NikkoJune 2, 2017 at 12:56 pm #802986Thank you! It works fine.
Best regards,
/MariaJune 2, 2017 at 8:20 pm #803194Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.