how to equal the gap of the bottom of the horizontal moduls

GK User
Thu Nov 08, 2012 8:17 am
hi,
i need to equal the gap of the bottom of the horizontal modulus. in my site (http://arthosuchak.com/) its looking odd the unequal gap of the horizontal modules bottom. how can i fixed equal height for the moduls.


i've attached a an image here for this issue:
Image
User avatar
Junior Boarder

Konrad M
Thu Nov 08, 2012 8:22 am
Hi,
height of modules depends from content. If you want same height for them I advise add suffix to modules for example ' myheight' and then please add to override.css
Code: Select all
.myheight {
height:200px;
}

and increase or decrease this value to fit your needs. Remember to empty white space before suffix name and about enable override.css option in template settings.
User avatar

GK User
Thu Nov 08, 2012 9:44 am
Konrad M wrote:Hi,
height of modules depends from content. If you want same height for them I advise add suffix to modules for example ' myheight' and then please add to override.css
Code: Select all
.myheight {
height:200px;
}

and increase or decrease this value to fit your needs. Remember to empty white space before suffix name and about enable override.css option in template settings.


Thanks Konrad M. here override.css is already enable and i just add your code there. but its unchanged. Under News Show Pro GK4 module im using already a suffix [ nsp blue] now add [ nsp blue myheight]

now ist ok how i add the 'myheihgt' suffix?
User avatar
Junior Boarder

Konrad M
Thu Nov 08, 2012 10:20 am
Please send me Private Message with access to your joomla backend.
User avatar

GK User
Fri Nov 09, 2012 7:43 am
Konrad M wrote:Please send me Private Message with access to your joomla backend.



hi,
ive sent a msg you for the backend access.
User avatar
Junior Boarder

Konrad M
Fri Nov 09, 2012 11:02 am
You paste code in wrong place in override.css I fixed it and now is working.
User avatar

GK User
Fri Nov 09, 2012 3:49 pm
Konrad M wrote:You paste code in wrong place in override.css I fixed it and now is working.



So many thanks Konrad M. yes its working now.
User avatar
Junior Boarder


cron