Skip to content

Commit

Permalink
woo and main css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
neilgee committed Nov 4, 2017
1 parent 084bef5 commit 100cdad
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
19 changes: 18 additions & 1 deletion includes-child/woocommerce/woo.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
clear:both;
}

.woocommerce ul li,

.woocommerce .wc_payment_method {
list-style-type: none;
}
Expand Down Expand Up @@ -102,3 +102,20 @@
margin-top: auto;
display: table;
}
/* Increase Image Size in Sidebar */
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
width: 64px;
}

/* Related Products */

.woocommerce-page .related ul.products li.product {
width: 49%;
}
@media (min-width: 767px) {
.woocommerce-page .related ul.products li.product {
width: 30.8%;
padding: 2%;
}
}
10 changes: 8 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ blockquote::before {
top: -10px;
}

address {
margin-bottom: 0;
}


/* ## Headings
--------------------------------------------- */
Expand Down Expand Up @@ -275,7 +279,7 @@ input[type="submit"].small {
}
.fl-builder-content .black-but a.fl-button:hover *,
.fl-builder-content .black-but a.fl-button:focus * {
color: #000000;
color: #000;
}

/* # Skip Links
Expand Down Expand Up @@ -368,7 +372,9 @@ a.fl-post-more-link:hover {

/* # Footer Header
---------------------------------------------------------------------------------------------------- */

.site-footer-row p {
margin-bottom: 0;
}


/* Entries
Expand Down

0 comments on commit 100cdad

Please sign in to comment.