Categories images horizontal align

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Tue Apr 16, 2013 3:06 pm
Hi

In this site http://ortoelafmv.cevilassardemar.cat/ca/mobilitat images are not aligned because the title lenght. Could you help me to fix it please?

Thanks in advance!
User avatar
Expert Boarder

GK User
Wed Apr 17, 2013 9:52 am
any idea?? :)
User avatar
Expert Boarder

teitbite
Wed Apr 17, 2013 3:56 pm
Hi

Can You please show me a screen of what You have in mind and how it's being displayed in Your browser. I can see if fine right now.
User avatar
Moderator

GK User
Wed Apr 17, 2013 11:31 pm
Lol
Now I've just modified the padding value, but this is not a great solution because a bigger title will have the same problem.

Here without my "padding solution" http://awesomescreenshot.com/00b16dbi66

Thanks in advance!
User avatar
Expert Boarder

teitbite
Thu Apr 18, 2013 2:14 pm
Hi

Ok. I got it now. Unfortunately this is not going to be easy to fix it. VM developers has put title and image between the same <a></a> tab. Lest try using this code for start:

Code: Select all
.category .spacer h2 {
    margin: 0;
    min-height: 220px;
    padding: 0;
    position: relative;
}

.category .spacer img {
    position: absolute;
    bottom: 0;
}
User avatar
Moderator


cron