Guest User

Untitled

a guest
Mar 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. @media (max-width: 980px) {
  2.  
  3. /*********************************
  4. style mobile fixed header
  5. *********************************/
  6.  
  7. .et_fixed_nav #top-header.et-fixed-header {
  8. position: fixed;
  9. background: #483D8B;
  10. height: 55px;
  11. }
  12.  
  13. .et-fixed-header .logo_container {
  14. height: 55px;
  15. }
  16.  
  17. .et-fixed-header .mobile_menu_bar {
  18. padding-bottom: 5px;
  19. }
  20.  
  21. }
Add Comment
Please, Sign In to add comment