EduardET

Untitled

Feb 14th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. @media (max-width: 980px) {
  2.     #main-header .container {
  3.         display: block;
  4.     }
  5.     .centered .logo {
  6.         display: block;
  7.         width: auto;
  8.         margin: 30px auto;
  9.     }
  10.     #et-mobile-navigation {
  11.         display: block;
  12.         margin: 0 auto;
  13.     }
  14.     header.header li.menu-item-has-children>a:after {
  15.         content: "\4c";
  16.         font-family: ETModules!important;
  17.     }
  18.     header.header li.menu-item-has-children>a.selected:after {
  19.         content: "\4b";
  20.         font-family: ETModules!important;
  21.     }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment