Box sizes

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Oct 19, 2011 5:41 pm
I am trying to make the box sizes the same size for uniformity. If you go and take a look at www.kingfishersys.com and look at the bottom of the page you'll see what I am talking about. Is it possible to make those the same size?
User avatar
Fresh Boarder

GK User
Wed Oct 19, 2011 9:05 pm
Try using below css code in your override.css , make sure CSS override is enabled from template features...
Change 200px to your chosen height...

Code: Select all
.moduletable.color {
    height: 200px;
}
.moduletable.dark, .moduletable.dark p, .moduletable.dark div {
    height: 200px;
}
User avatar
Platinum Boarder

GK User
Tue Oct 25, 2011 3:15 pm
that was perfect. Thank you!
User avatar
Fresh Boarder


cron