sonuossan

Untitled

May 24th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.72 KB | None | 0 0
  1. @media only screen and (max-width: 800px) {
  2. .fusion-body .products li {
  3. width: 46% !important;
  4. clear: none !important;
  5. float: left !important;
  6. margin-right: 2% !important;
  7. }
  8. }
  9.  
  10. @media only screen and (max-width: 800px) {
  11. #main .has-sidebar .products li, #main .products li:nth-child(3n), #main .products li:nth-child(4n), #wrapper .catalog-ordering > ul, .avada-customer-details .addresses .col-1, .avada-customer-details .addresses .col-2, .avada-myaccount-data .addresses .col-1, .avada-myaccount-data .addresses .col-2, .products li, .woocommerce-MyAccount-content .addresses .col-1, .woocommerce-MyAccount-content .addresses .col-2 {
  12. float: left !important;
  13. margin-left: 0px !important;
  14. margin-right: 2% !important;
  15. }
  16. }
Add Comment
Please, Sign In to add comment