Skip to content

Instantly share code, notes, and snippets.

@Hermanmou
Created May 25, 2019 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hermanmou/31591f894d7a5b8a42706aff0466723d to your computer and use it in GitHub Desktop.
Save Hermanmou/31591f894d7a5b8a42706aff0466723d to your computer and use it in GitHub Desktop.
Below Header Widget CSS - Genesis
/* Blog Widget -------------------------------------------*/
.blog-widget {
background-color: #fbfbfb;
top: 90px;
padding-right: 8px;
padding-left: 8px;
position: relative;
overflow: hidden;
}
@media only screen and (max-width: 768px) {
.blog-widget {
top: 0px;
margin-bottom: -60px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment