Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • pittigeteksten Friend
    #201561

    In the All Categories layout (named Toepassingen in my site), I get a list of categories with a layout which is not consistent:. I wonder what made these column positions misbehave, since I have used the Quickstart package and only changed the category names and descriptions…

    Pankaj Sharma Moderator
    #550687

    Hello
    add this css code into your custom.css file
    path : css/custom.css
    if there is no custom.css file create a file and with name : custom.css

    @media (min-width:992px){.categories-list .category-item{width: 33.2%;padding: 12px;}}

    Clear cache and check .

    Hope it helps you.

    pittigeteksten Friend
    #550751

    <em>@pankajsharma 447237 wrote:</em><blockquote>Hello
    add this css code into your custom.css file </blockquote>

    Don’t know why, but it works. Thanks!

    Pierre

    pittigeteksten Friend
    #567066

    <em>@pankajsharma 447237 wrote:</em><blockquote>Hello
    add this css code into your custom.css file
    path : css/custom.css
    if there is no custom.css file create a file and with name : custom.css

    @media (min-width:992px){.categories-list .category-item{width: 33.2%;padding: 12px;}}
    Clear cache and check .
    </blockquote>

    Hi. Something does not work correctly anymore. I don’t know why, because the custom css is still on my site, but the columns have moved again… Take a look at virtualtours.nl > Toepassingen

    Pankaj Sharma Moderator
    #567083

    HI
    Please change the old code with this code

    @media (min-width:992px){.categories-list .category-item{width: 33.2%;padding: 0px;}}

    Adjust the padding value in above code and check.

    pittigeteksten Friend
    #567266

    I tried. But it works only if the screen is wide enough. If I make the windows narrower, the column still misbehaves…

    Pankaj Sharma Moderator
    #567460

    HI
    The issue comes due to different height of the blocks .
    Now you have not need to add any additional code for this .
    remove the old codes that u added in custom.css file
    only add this code


    .categories-list .category-item {min-height:550px;}

    let me know if it helps .

    pittigeteksten Friend
    #567570

    Yes, this is a better solution. It works fine now, thanks!

    Pierre

    pittigeteksten Friend
    #732680

    Yes, this is a better solution. It works fine now, thanks!

    Pierre

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

This topic contains 9 replies, has 2 voices, and was last updated by  pittigeteksten 9 years, 6 months ago.

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