Advertisement
srikat

Untitled

Jun 16th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. @media only screen and (max-width: 1140px) {
  2.  
  3. .utility-bar,
  4. .site-header {
  5. padding-left: 3%;
  6. padding-right: 3%;
  7. }
  8.  
  9. /*.header-wrap {
  10. position: static;
  11. }*/
  12.  
  13. .header-image .site-header .wrap .title-area {
  14. float: left;
  15. }
  16.  
  17. .site-inner {
  18. /*margin-top: 0;*/
  19. padding-left: 20px;
  20. }
  21.  
  22. .title-area {
  23. height: auto;
  24. margin-bottom: 20px;
  25. }
  26.  
  27. .site-header .genesis-nav-menu {
  28. justify-content: center;
  29. }
  30.  
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement