Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. @media only screen and (max-width: 680px) {
  2. .eltdf-restaurant-menu-list .eltdf-rml-title-holder {
  3. display: block;
  4. float: left;
  5. width: 70%;
  6. padding-right: 15px;
  7. box-sizing: border-box;
  8. white-space: normal;
  9. }
  10.  
  11. .eltdf-restaurant-menu-list .eltdf-rml-price-holder {
  12. display: block;
  13. width: 30%;
  14. padding: 0;
  15. float: left;
  16. white-space: normal;
  17. }
  18.  
  19. .eltdf-restaurant-menu-list .eltdf-rml-bottom-holder {
  20. display: block !important;
  21. width: 70%;
  22. }
  23.  
  24. .eltdf-restaurant-menu-list .eltdf-rml-line {
  25. display: none;
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement