Skip to content

Commit

Permalink
Bugfix. Fixed styles for Woocommerce related product heading. Added .…
Browse files Browse the repository at this point in the history
…idea to gitignore.
  • Loading branch information
Viktor Kim committed Apr 11, 2018
1 parent 20cabe7 commit 1aabefe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.idea
2 changes: 1 addition & 1 deletion woocommerce/woo.css
Expand Up @@ -758,7 +758,7 @@ body.woocommerce-page #content div.product form.cart .quantity .qty,
.single-product .upsells.products{float:left;width:100%}

body.single-product .upsells.products h2{float:left;width:100%;margin: 25px 0;}
body.single-product .related.products h2{float:left;width:100%;margin:25px 0;border-bottom: 2px solid #F15A23;padding: 0 0 10px 0;font-size:17px}
body.single-product .related.products h2{float:left;width:100%;margin:25px 0;border-bottom: 2px solid #F15A23;padding: 0 0 10px 0;font-size:17px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce .upsells.products ul.products li.product,
Expand Down

0 comments on commit 1aabefe

Please sign in to comment.