Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pressmar Friend
    #167616

    Hi,

    after the update to the new template the category-blog with 2 side-by-side colums doensn’t work anymore. Anyhelp on that?
    lightyears.pressmar.de (login joomla/joomla) on products

    Thanks in advance,
    Oliver

    See screenshots


    1. Screenshot_1
    2. Screenshot_2
    John Wesley Brett Moderator
    #409816

    Two different solutions:

    SOLUTION #1

    Please open templates/ja_minisite/css/layout.css
    Change from this:


    .cols-2 .item {
    width: 50%;
    }

    to this


    .cols-2 .item {
    float: left;
    width: 50%;
    }

    SOLUTION #2

    Change “float: none” to “float: left” as seen below.


    /* CONTENT'S GRIDS
    --------------------------------------------------------- */
    .item { float: left; position: relative; }
    .cols-1 .item { width: 100%; }
    .cols-2 .item { width: 50%; }
    .cols-3 .item { width: 33.33%; }
    .cols-4 .item { width: 25%; }
    .cols-5 .item { width: 20%; }

    [

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

This topic contains 2 replies, has 2 voices, and was last updated by  John Wesley Brett 13 years ago.

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