Guest User

Untitled

a guest
May 27th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ...
  2. .top-452px {
  3. top: 452px;
  4. }
  5. ...
  6. .top-670px {
  7. top: 670;
  8. }
  9.  
  10. $("<style type='text/css'> .column-top { top: " + yourHeaderHeightVariable + " } </style>").appendTo("head");
  11. $(".column-two-fixed-top").addClass("column-top");
Add Comment
Please, Sign In to add comment