Advertisement
srikat

Untitled

Jan 8th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. .site-container {
  2.     position: relative;
  3. }
  4.  
  5. @media only screen and (min-width: 1024px) {
  6.     #menu-top-primary {
  7.         padding-left: 220px;
  8.     }
  9. }
  10.  
  11. @media only screen and (min-width: 1024px) {
  12.     .title-area {
  13.         position: absolute;
  14.         top: 75px;
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement