Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • bennie01 Friend
    #179722

    I tried to change Multi Column order in Blog Layout Options to “across” but the changes ar not visible. Using Minisite 2.5.
    Need som help to figure out how to make it work… 🙂

    Sherlock Friend
    #463684

    Hi benie01,

    You can open the file of templates/your_template/css/template.css file look for this css
    .cols-2 .item { width: 50%;}

    .cols-3 .item { width: 33.33%; }

    .cols-4 .item { width: 25%; }

    .cols-5 .item { width: 20%; }
    Change it to
    .cols-2 .item { width: 50%; float: left; }

    .cols-3 .item { width: 33.33%; float: left; }

    .cols-4 .item { width: 25%; float: left; }

    .cols-5 .item { width: 20%; float: left; }

    That I think would help !

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 12 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum