Column width in article blog layout

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Mon Apr 01, 2013 1:54 pm
I have a problem with the columns on my front page not being evenly distributed.
Please take a look here.

My front page consists of 1 leading article and 6 intro articles, distributed in 3 columns, in blog layout.
I have “component only” enabled in the basic settings for “Mainbody FrontPage” of the template.

What could be the problem? Grateful for your assistance.

COMSE
User avatar
Fresh Boarder

teitbite
Mon Apr 01, 2013 3:25 pm
Hi

Please add this code to css:

Code: Select all
.cols-3 .column-1 {
    width: 33%;
}
User avatar
Moderator

GK User
Mon Apr 01, 2013 6:10 pm
Thanks for your speedy reply! Wow.

I'm not sure which css you mean. I've tried joomla.css, layout.css and also override.css (with css overrides enabled in the template settings), but none seems to work.

I need a hint! :)
User avatar
Fresh Boarder

teitbite
Tue Apr 02, 2013 6:02 pm
Hi

I do not see the code in any css file right now. But override.css should be the proper one. Try use this code also:

Code: Select all
.cols-3 .item {
    width: 33%;
}
User avatar
Moderator

GK User
Tue Apr 02, 2013 8:27 pm
This last code snippet did the trick! Thank you!
User avatar
Fresh Boarder


cron