Secondary navigation alignment in header

This commit is contained in:
James Koster 2014-09-30 19:02:33 +01:00
parent c1615746d4
commit 3f3780a528
5 changed files with 6 additions and 3 deletions

View file

@ -9,6 +9,7 @@
* **Tweak** - Adjusted the add to cart form design on product details pages.
* **Tweak** - Set a default border color on buttons for extensions to utilise.
* **Tweak** - Adjusted the max-height of images in the payment method list items.
* **Tweak** - Secondary navigation alignment in header.

=====


View file

@ -848,7 +848,7 @@ dl.variation {
*/
.woocommerce-active .site-branding,
.woocommerce-active .site-logo-anchor {
margin-right: 0; }
margin-right: 4%; }

.site-header-cart {
position: relative; }

View file

@ -1183,7 +1183,7 @@ dl.variation {
.woocommerce-active {
.site-branding,
.site-logo-anchor {
margin-right: 0;
margin-right: gs-gutter(c, false, true);
}
}


View file

@ -24,6 +24,7 @@
.secondary-navigation {
@include gs-span(c, 4, 9);
@include gs-float(c, left);
margin-right: 0;
}

.site-search {

View file

@ -688,7 +688,8 @@ fieldset {
clear: none;
float: left;
margin-left: 0;
margin-right: 4%; }
margin-right: 4%;
margin-right: 0; }
.woocommerce-active .site-header .site-search {
display: block;
float: left;