Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1.  
  2.  
  3. #header-container { margin-bottom: 35px; }
  4.  
  5. .home #header-container { margin-bottom: 0; }
  6.  
  7.  
  8. #header-container.header-style-2 .header-widget { zoom: 1 !important }
  9.  
  10. @media (max-width: 992px) {
  11. #header-container.header-style-2 .header-widget li {
  12. width: 100%;
  13. width: auto;
  14. float: right;
  15. }
  16.  
  17. #header-container.header-style-2 .header-widget {
  18. padding: 15px 0 5px 0;
  19. }
  20. #header-container.header-style-2
  21. .header-widget .sign-in {
  22. top: 15px;
  23. }
  24.  
  25. .header-style-2 .user-menu-container {
  26. height: 0;
  27. display: block;
  28. border-top: none;
  29. margin: 0;
  30. padding-top: 0;
  31. position: relative;
  32. margin-left: 15px;
  33. margin-top: -50px;
  34. }
  35.  
  36. .user-menu .user-name {
  37. max-width: 115px;
  38. }
  39.  
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement