Skip to content

Commit

Permalink
Issue [#225](#225): WooCommerce Module – settings broken for the titl…
Browse files Browse the repository at this point in the history
…e and price position.
  • Loading branch information
livecomposer authored Sep 9, 2016
2 parents c2726d9 + 42d6552 commit e161d3d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions css/frontend/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,38 @@ body.rtl .dslc-last-col {
left: auto !important;
}

#dslc-content .dslc-products .dslc-product-thumb .dslc-init-topleft {
position: absolute;
top: 0;
left: 0;
bottom: auto;
right: auto;
}

#dslc-content .dslc-products .dslc-product-thumb .dslc-init-topright {
position: absolute;
top: 0;
right: 0;
bottom: auto;
left: auto;
}

#dslc-content .dslc-products .dslc-product-thumb .dslc-init-bottomleft {
position: absolute;
bottom: 0;
left: 0;
top: auto;
right: auto;
}

#dslc-content .dslc-products .dslc-product-thumb .dslc-init-bottomright {
position: absolute;
bottom: 0;
right: 0;
top: auto;
left: auto;
}

/**
* Post Filters
*/
Expand Down

0 comments on commit e161d3d

Please sign in to comment.