Advertisement
Guest User

Untitled

a guest
May 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. .woocommerce .main-content.tie-col-md-8 {
  2. width: 75%;
  3. }
  4.  
  5. .woocommerce .sidebar {
  6. width: 25%;
  7. }
  8.  
  9. @media screen and (max-width: 991px) {
  10. .woocommerce .sidebar {
  11. width: 100%;
  12. }
  13.  
  14. .woocommerce .main-content.tie-col-md-8 {
  15. width: 100%;
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement