equal boxes in the front page article

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Apr 08, 2013 4:53 pm
Reply with quote
Report this post
Iam trying to set up 4 boxes as shown and styled here: http://www.ka-mont.si/ but after couple days and trying to copy from the demo, I can not find how to equally line them up?
Thank you in advance
User avatar
Senior Boarder

Konrad M
Tue Apr 09, 2013 6:45 am
Reply with quote
Report this post
Hi,
you are using '.demo-typo-col12' class for those div's. So it means that their width will be 50% of container. If you want to have 4 div's each other you need to use '.demo-typo-col14' class. So width will be 25% of container and all your div's you will have in one line.
User avatar

GK User
Tue Apr 09, 2013 8:46 am
Reply with quote
Report this post
I want them in two columns like 4 boxes but they have some excessive padding in betweenthe top and the bottom boxes and I don know what causing that? please see attach...
Untitled-1.jpg
User avatar
Senior Boarder

Konrad M
Tue Apr 09, 2013 3:32 pm
Reply with quote
Report this post
Try add this to override.css
Code: Select all
.lightbg .demo-typo-col2 .gkblock-2 {
padding-bottom:69.5px !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Tue Apr 09, 2013 3:46 pm
Reply with quote
Report this post
thank you this worked, but what if I want to narrow (make smaller) the padding between this 4 boxes? what should I add to the code?
User avatar
Senior Boarder

Konrad M
Tue Apr 09, 2013 4:07 pm
Reply with quote
Report this post
Please add to override.css
Code: Select all
.lightbg .demo-typo-col2 .gkblock-2,
.lightbg .demo-typo-col2 .gkblock-5 {
    margin: 20px 0 !important;
}
.lightbg .demo-typo-col2 .demo-typo_padd {
    padding: 0 15px !important;
}

and decrease 20px and 15px to fit your needs.
User avatar

GK User
Tue Apr 09, 2013 4:11 pm
Reply with quote
Report this post
Perfect, thank you very much!
User avatar
Senior Boarder


cron