Advertisement
_linuxpro

CSS FOR ADD BOX SHADOW WHEN SCROLL

Aug 30th, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. header.wgl-theme-header { height: 70px; position: sticky; top: -16px; z-index: 99999;}
  2. header.wgl-theme-header::before { top: 48px; box-shadow: 0px 7px 5px rgba(0,0,0,0.5); } header.wgl-theme-header::before, header.wgl-theme-header::after { content: ''; display: block; height: 2px; position: sticky; }
  3.  
  4. .hamburger-box { margin-top: 12px; }
  5. .wgl-logotype-container img {margin-top:14px;} .header_search-button {
  6. margin-top: 6px;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement