Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. /* Trigger only on Desktop screensizes; Disabled on tablets and mobiles. */
  2. @media (max-width: 768px) {
  3.  
  4. /* Focus on the add-to-cart button */
  5. .single-product div.product form.cart .button {
  6. position: fixed;
  7. right: 0;
  8. top: 50%;
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement