Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • swemmel Friend
    #139367

    JA, 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,
    Peter

    islandview Friend
    #296996

    Great – 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. problem
Viewing 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