Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. * Switch to hamburger menu on tablets */
  2.  
  3. @media only screen and ( max-width:1024px) {
  4. #et_mobile_nav_menu {
  5. display: block
  6. }
  7. #top-menu-nav {
  8. display: none;
  9. }
  10. .et_header_style_left .mobile_menu_bar {
  11. padding-bottom: 54px;
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement