Advertisement
Piklis

Shoptet POP - zobrazení dostupnosti na mobilu

Oct 12th, 2016
878
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.24 KB | None | 0 0
  1. <!-- autor: jan@pikla.cz -->
  2. <!-- testovano na sablone POP -->
  3.  
  4. <style>
  5. /* Zobrazi dostupnost zbozi ve vypisu kategorie i pro mobilni telefony */
  6. @media screen and (max-width: 40em) {
  7.     .p-type-descr {
  8.         display: block;
  9.     }
  10. }
  11. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement