mirror of
https://github.com/woocommerce/storefront.git
synced 2025-10-04 14:11:16 +08:00
Secondary navigation alignment in header
This commit is contained in:
parent
c1615746d4
commit
3f3780a528
5 changed files with 6 additions and 3 deletions
|
@ -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.
|
||||
|
||||
=====
|
||||
|
||||
|
|
|
@ -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; }
|
||||
|
|
|
@ -1183,7 +1183,7 @@ dl.variation {
|
|||
.woocommerce-active {
|
||||
.site-branding,
|
||||
.site-logo-anchor {
|
||||
margin-right: 0;
|
||||
margin-right: gs-gutter(c, false, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
.secondary-navigation {
|
||||
@include gs-span(c, 4, 9);
|
||||
@include gs-float(c, left);
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.site-search {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue