Custom field images look funky

GK User
Wed Jul 16, 2014 6:01 pm
Installed everything using the quickstart, and when I added custom field images, the resulting thumbs formatting looks off.
Capture.JPG

In the image above, the title of the custom fields is still displaying (even though it's turned off in the backend) and obviously the formatting got all wacky. All I want is to have the image, and then under it the price.

Any thoughts?

Here's the url: http://zl1addons.com/new2014_take2/inde ... ette-c5-c6

Joe
User avatar
Expert Boarder

teitbite
Thu Jul 17, 2014 2:16 pm
Hi

Please add this to override.css and make sure override is enabled in template settings:

Code: Select all
.product-fields label {
display: block;
float: left;
}

.product-fields label img {
display: block;
}
User avatar
Moderator


cron