|
@@ -561,6 +561,9 @@ ul#shipping_method {
|
|
|
.woocommerce-account .entry-content .woocommerce:after {
|
|
|
clear: both; }
|
|
|
|
|
|
+.woocommerce-account .woocommerce-MyAccount-navigation {
|
|
|
+ margin-bottom: 1.6em }
|
|
|
+
|
|
|
.woocommerce-account .woocommerce-MyAccount-navigation ul {
|
|
|
list-style: none;
|
|
|
margin: 0; }
|
|
@@ -579,16 +582,12 @@ ul#shipping_method {
|
|
|
|
|
|
@media screen and (min-width: 768px) {
|
|
|
.woocommerce-account .woocommerce-MyAccount-navigation {
|
|
|
- float: right;
|
|
|
- width: 30%;
|
|
|
- margin: 0; }
|
|
|
- .woocommerce-account .woocommerce-MyAccount-content {
|
|
|
- float: left;
|
|
|
- width: 68%; }
|
|
|
- .woocommerce-account .woocommerce-MyAccount-content p:first-child {
|
|
|
- margin-top: 0; }
|
|
|
- .woocommerce-account .woocommerce-MyAccount-content form > h3 {
|
|
|
- margin-top: 0; } }
|
|
|
+ display: block; }
|
|
|
+ .woocommerce-account .woocommerce-MyAccount-navigation ul li {
|
|
|
+ display: inline-block;
|
|
|
+ margin-left: .8em; }
|
|
|
+ .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-of-type {
|
|
|
+ margin-left: 0; } }
|
|
|
|
|
|
/**
|
|
|
* Cart
|