AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: payamstudent on May 27, 2012, 05:34:29 PM

Title: blank spot in the middle on products pictures
Post by: payamstudent on May 27, 2012, 05:34:29 PM
How can I make the website stay on center and not to adjust with browser changes? Like how you have it on *http://www.abantecart.com *

another issue is  when it loads the products depends on the screen resolution it put blank spot in the middle on products pictures 

i found out that blank spot does not happen for actual listing it happen only when you add some listing from layout like latest or manual product listing or popular.



I also added  height to ".list .list_item" under boxes.css and it resolved the blank spot issue but i am not sure if this is the best way to resolve it   


Also i noticed the custom block does not have the options to change image size and it is defaulted  to 54*54
Can we make the custom block image size to be same as Product List Width and Height or add new option under admin for it
Title: Re: blank spot in the middle on products pictures
Post by: abolabo on May 29, 2012, 08:16:49 AM
Quote from: payamstudent on May 27, 2012, 05:34:29 PM
How can I make the website stay on center and not to adjust with browser changes? Like how you have it on *http://www.abantecart.com *

update  ac_settings set `value` = '900px' where `key` = 'storefront_width';
and now to change CSS to center it

Quote from: payamstudent on May 27, 2012, 05:34:29 PM
another issue is  when it loads the products depends on the screen resolution it put blank spot in the middle on products pictures 
i found out that blank spot does not happen for actual listing it happen only when you add some listing from layout like latest or manual product listing or popular.
I also added  height to ".list .list_item" under boxes.css and it resolved the blank spot issue but i am not sure if this is the best way to resolve it   
please, try to check this with product having rating (stars) in lists. It it works well please post solution, help us:)

Quote from: payamstudent on May 27, 2012, 05:34:29 PM
Also i noticed the custom block does not have the options to change image size and it is defaulted  to 54*54
Can we make the custom block image size to be same as Product List Width and Height or add new option under admin for it

Custom block are different. what exectly custom block type did you used? need more info
Title: Re: blank spot in the middle on products pictures
Post by: Virus12 on May 31, 2012, 03:03:25 AM
update  ac_settings set `value` = '900px' where `key` = 'storefront_width';
and now to change CSS to center it


what css file and what should it be changed ?