Created
August 24, 2013 15:57
-
-
Save agusmu/6328946 to your computer and use it in GitHub Desktop.
PrimaShop - Logo Overlap On Featured Header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* fix header height */ | |
#header { | |
height: 120px; | |
} | |
#header .margin { | |
position: relative; | |
} | |
#header-title a.header-logo, #header-title a.header-logo:visited { | |
position:absolute; | |
top:0; | |
left:0; | |
padding:0; | |
} | |
/* reset css above on smaller devices */ | |
@media only screen and (max-width: 1000px) { | |
#header { | |
height: auto; | |
} | |
#header-title a.header-logo, #header-title a.header-logo:visited { | |
position:relative; | |
top:auto; | |
left:auto; | |
padding:42px 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tutorial: http://www.primathemes.com/documentation/primashop-logo-overlap-on-featured-header/