AbanteCart Community

AbanteCart Development => Customization help => Topic started by: wiccan0974 on August 12, 2013, 10:50:35 PM

Title: Sub-Category Images Spacing Issue - Not allowing to see all of the image
Post by: wiccan0974 on August 12, 2013, 10:50:35 PM
Hi there,

Thanks for any help in advance - its much appreciated to those who take time out to help fools like me  ;)

So...when I click onto a category (Tarot and Oracle Cards), there are two sub categories (Tarot and Oracle) for which each has an image. The first image is being cut of as if the second image is sitting too close to it...

How to I change the spacing between the images so that they show properly?

If you follow this link, you will be able to see the issue I am talking about... thecrookedpath.com.au/index.php?rt=product/category&path=49

Cheers
Lisa
Title: Re: Sub-Category Images Spacing Issue - Not allowing to see all of the image
Post by: abantecart on August 13, 2013, 08:16:15 PM
This is a solution:

Locate file /storefront/view/default/stylesheet/stylesheet.css

Edit line: 1144 and remove     display: inline-block;

Code:
Code: [Select]
.list {
    overflow: auto;
}
Title: Re: Sub-Category Images Spacing Issue - Not allowing to see all of the image
Post by: artist3412 on August 14, 2013, 02:34:26 AM
I believe you have given the wrong link because you have put my website address in your reply to this member.
Title: Re: Sub-Category Images Spacing Issue - Not allowing to see all of the image
Post by: abantecart on August 15, 2013, 09:03:58 AM
Link did not matter. Important is a file path.
Locate file /storefront/view/default/stylesheet/stylesheet.css

Sorry for confusion.