AbanteCart Community

Shopping Cart Operations => Support => Topic started by: artist3412 on July 26, 2013, 05:33:56 PM

Title: Featured product aligned left
Post by: artist3412 on July 26, 2013, 05:33:56 PM
after upgrade to 1.1.6, I am finding my featured products are aligned to the left (see attachment). Can you please tell me where to find the code to correct this? thank you.
Just want to also say I am very happy with how the promotions work now with the upgrade. I can set prices for quantity orders and it looks and works great. Thanks for all your hard work!
Title: Re: Featured product aligned left
Post by: abantecart on July 28, 2013, 06:19:29 PM
Can you post URL to your site?
Title: Re: Featured product aligned left
Post by: artist3412 on July 28, 2013, 08:41:23 PM
inthewindcreations.com/AbanteCart.
Title: Re: Featured product aligned left
Post by: artist3412 on July 28, 2013, 08:42:35 PM
without the word
"cart"
 on the end, dont know why I cant post url without it adding that
Title: Re: Featured product aligned left
Post by: abolabo on July 31, 2013, 11:23:52 AM
is it listing block with featured products? Did you created it manually?
Title: Re: Featured product aligned left
Post by: abantecart on July 31, 2013, 11:44:07 AM
Try this:

Locate file http://inthewindcreations.com/AbanteCart/storefront/view/default/stylesheet/stylesheet.css

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

Code:
Code: [Select]
.list {
    overflow: auto;
}
Title: Re: Featured product aligned left
Post by: artist3412 on August 01, 2013, 01:55:57 AM
worked perfectly. Thank you for your help.