Skip to content

Instantly share code, notes, and snippets.

@jmarreros
Created November 18, 2016 12:03
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 jmarreros/6ef7c386049fc66afde479b46e97b4ae to your computer and use it in GitHub Desktop.
Save jmarreros/6ef7c386049fc66afde479b46e97b4ae to your computer and use it in GitHub Desktop.
En este segundo ejemplo se ha usado el theme Responsive como base
@media (min-width: 980px){
header div.col, header nav{
width: 100%;
}
header .menu-short-container{
text-align: center;
}
header .main-navigation li{
float: none;
display: inline-block;
}
header .site-title h1{
text-align: center;
}
header .site-title h1 a{
position: relative;
top:-22px;
z-index: 99999;
}
header li#menu-item-1719{
padding-right: 260px;
}
header .col.site-title{
height: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment