Advertisement
belostotsky

Hide minicart on mobiles

Jun 30th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.31 KB | None | 0 0
  1. /* hide minicart on mobiles */
  2. @media screen and (max-width: 600px) {
  3.  
  4. html#ecwid_html body#ecwid_body div.ecwid-minicart-mini {
  5.    display: none !important;
  6. }
  7. }
  8.  
  9. @media screen and (max-width: 600px) {
  10. html#ecwid_html body#ecwid_body div.ecwid-minicart-mini-rolloverContainer {
  11.    display: none !important;
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement