Created
July 18, 2013 09:26
-
-
Save agusmu/6027981 to your computer and use it in GitHub Desktop.
PrimaShop: Header Menu (Left) + Header Logo (Right)
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
/* move header title (logo) to the right */ | |
#header-title { | |
float:right; | |
} | |
.header-logo-active #header-title, .header-logo-active #header-title .site-title, .header-logo-active #header-title .site-title a { | |
float:right !important; | |
background-position:right center !important; | |
} | |
/* move header title (logo) to the left */ | |
#header-menu { | |
float:left; | |
} | |
#header-menu .menu-primary { | |
float:left; | |
} | |
#header-menu .menu-primary li { | |
padding-left:0; | |
padding-right:30px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tutorial: http://www.primathemes.com/documentation/aligning-header-menu-to-left-and-header-logo-to-right/