Tagged: shopping cart icon
Hi,
I’m adding a shop to my site and the shopping cart icon doesn’t show at a screen size between 767px and about 1000px.
I’ve tried adding this to css:
@media only screen and (max-width: 990px) {
.responsive #top .cart_dropdown {
position: absolute;
top: 50%;
right: 9.5%;
}}
Do you know how I can make this button appear earlier?
Thanks,
Lisa
Hey sundara88,
please review the site we added the below css in Quick CSS. You can adjust the right values with media query to change it’s position :)
/* Cart */
@media only screen and (min-width: 990px) {
.cart_dropdown {
right:10px!important;
}}
Best regards,
Vinay
Hi Vinay,
It did something but it’s not working properly yet.
The shopping cart moves too early now and overlaps the normal menu and when I make the screen smaller it moves around and hides behind the main menu toggle ..
Could you have another look at it?
Thank you so much,
kind regards,
Lisa
Hi,
There was a conflict with custom css rules, it has been rectified please refresh and review the site :)
Best regards,
Vinay
Working beautifully now,
thanks so much Vinay!!
Lisa
Hi,
Glad we could help! We really appreciate it if you rate our theme on themeforest :)
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold!
Best regards,
Vinay