Product circle label not centered on home screen

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Thu Jul 04, 2013 5:42 pm
On my website the hover over button (orange) shows the price off center when hovering over products. Please let me know how to fix this.

https://www.gourmetgrassfed.com/

I want it to say "from: ____(price)" centered on the product image. thanks in advanced for the help!

Also the GK Product Gallery: Product widget keeps disappearing after awhile is there a way to make sure it doesn't disappear (does it have something to do with the "Cache" section of the widget?)
User avatar
Fresh Boarder

GK User
Fri Jul 05, 2013 5:48 am
Add this code:

Code: Select all
.gk-product-gallery .gk-image .gk-img-overlay .from{
display: block;
    position: relative;
    text-align: center;
    top: 45px;
}
User avatar
Platinum Boarder

GK User
Fri Jul 05, 2013 6:50 pm
Where do I put the code? In the widget or in the theme? and if so where? Thanks
User avatar
Fresh Boarder

GK User
Sat Jul 06, 2013 8:09 am
Put it into bottom a css file of the theme, like template.css
User avatar
Platinum Boarder


cron