EduardET

Untitled

May 18th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. @media (max-width: 980px) {
  2.     .et_header_style_split header#main-header .logo_container {
  3.         float: left;
  4.         max-height: 100%;
  5.     }
  6.     .et_header_style_split #logo {
  7.         max-width: 100%;
  8.     }
  9.     .et_header_style_split #et_mobile_nav_menu {
  10.         float: right;
  11.         width: 100%;
  12.         position: absolute;
  13.     }
  14.     #et_mobile_nav_menu .select_page {
  15.         display: none;
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment