Mainbody columns unequal

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
Fri Jun 13, 2014 4:09 pm
Reply with quote
Report this post
http://www.derbyalcohol.org.uk/cutting-down

Blog layout set to 2 columns display a wide column and narrow column. Can this be set so it is two equal width columns?

Thanks

Ian
User avatar
Expert Boarder

teitbite
Sun Jun 15, 2014 11:26 am
Reply with quote
Report this post
Hi

Please add this to override.css and make sure override is enebled in template settings:

Code: Select all
.cols-2 > div {
    width: 50%;
    display: block !important;
    float: left;
}
User avatar
Moderator

GK User
Mon Jun 16, 2014 12:06 pm
Reply with quote
Report this post
Thanks teitbite
User avatar
Expert Boarder


cron