Items Alignment in MyStore templates

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Mon Jan 28, 2013 10:01 pm
How I can change that all items have the same height? No height of item in category depends from image height+text of short description. But I want that each item in category have the same height as all other.

Thank you.

Image
User avatar
Fresh Boarder

Konrad M
Tue Jan 29, 2013 9:16 am
Hi,
can you give us url to your page? It will be much easier to help you.
User avatar

GK User
Tue Jan 29, 2013 2:35 pm
User avatar
Fresh Boarder

Konrad M
Tue Jan 29, 2013 2:39 pm
You can add same height for each product box. Please add to override.css
Code: Select all
.browse-view .product {
 height:250px !important;
}

and set your onw heigt value. Remember to enable override.css option in template settings.
User avatar

GK User
Tue Jan 29, 2013 3:00 pm
Thank you
But it's doesn't help. Because description button placed close to text, not under 250px as in your sample. I put 450px and i see chaos on a screen :)
User avatar
Fresh Boarder

GK User
Tue Jan 29, 2013 3:07 pm
I want that item name and "read more" button aligned in all goods by one line. Now it depends from description text, image height and so on.
User avatar
Fresh Boarder

Konrad M
Wed Jan 30, 2013 10:55 am
So you need to set same hieght for those elements. Otherwise it will depends from content.
User avatar


cron