AbanteCart Community
Shopping Cart Operations => Support => Topic started 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!
-
Can you post URL to your site?
-
inthewindcreations.com/AbanteCart.
-
without the word
"cart"
on the end, dont know why I cant post url without it adding that
-
is it listing block with featured products? Did you created it manually?
-
Try this:
Locate file http://inthewindcreations.com/AbanteCart/storefront/view/default/stylesheet/stylesheet.css
Edit line: 1144 and remove display: inline-block;
Code:
.list {
overflow: auto;
}
-
worked perfectly. Thank you for your help.