-
AuthorPosts
-
swemmel Friend
swemmel
- Join date:
- February 2006
- Posts:
- 794
- Downloads:
- 34
- Uploads:
- 53
- Thanks:
- 36
- Thanked:
- 64 times in 1 posts
March 20, 2009 at 10:51 am #139367JA, I found a bug in the template. When you select the layout of the frontpage as a 2-column layout it displays as a 1-column-layout. A 3-column layout works. problem is that there is in the css no .col2 defined. here is the solution:
Find this code:
.buttonheading img {
margin: 0 0 0 5px;
border: 0;
float: right;
}.cols3 {
width: 33.3%;
float: left;
}
And change it to:
.buttonheading img {
margin: 0 0 0 5px;
border: 0;
float: right;
}.cols2 {
width: 49.9%;
float: left;
}.cols3 {
width: 33.3%;
float: left;
}
Regards,
Peterislandview Friendislandview
- Join date:
- December 2007
- Posts:
- 126
- Downloads:
- 8
- Uploads:
- 11
- Thanks:
- 24
- Thanked:
- 3 times in 2 posts
March 20, 2009 at 1:26 pm #296996Great – Thanks for that – That solves the 2 column issue!
On IE6 though – I get the columns without any gap at all between them (see pic) – Is this just a tweak to the CSS too do you think? Would it be reducing that 49.9% figure – I can’t try it at the moment (no ftp access to my site at the moment) – but I’m guessing it’s not as simple as that…
So anyone know how to create space between the columns in IE6?!
-
1 user says Thank You to islandview for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by islandview 15 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
BUG: Frontpage 2-column blog layout
Viewing 2 posts - 1 through 2 (of 2 total)