Tagged: mobile, responsive, ui
The site owner finds the floating car annoying. Is there a way to hide the floating cart, or float it in the upper right corner on mobile devices instead?
Dear toneee,
You could use the below CSS to hide the floating cart on mobile.
@media only screen and (max-width: 991px) { .fb_cart_count_btn, .fb_cart_count { display: none; } }
Best Regards, ThemeLooks Support Team