Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created July 18, 2013 09:26
Show Gist options
  • Save agusmu/6027981 to your computer and use it in GitHub Desktop.
Save agusmu/6027981 to your computer and use it in GitHub Desktop.
PrimaShop: Header Menu (Left) + Header Logo (Right)
/* 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;
}
@agusmu
Copy link
Author

agusmu commented Sep 28, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment