Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #587344

    Hi Team Kriesi,
    i have full-width desktop and the default grid for category archive pages is 3 columns. How can i change it to 5 or 6 columns (feature pic is just too big in fullwidth).
    thanks

    #587361

    Hi,

    I’ve recently change the archive page from a 3 column grid to a 4 colomn grid by editing the archive.php

    On line 105 (it may not be the same on all readers) change the ‘columns’ => 3, to what ever you like. I would image 5 to be the highest value as the theme uses a max of 5 columns.

    Hope that helps a little :)

    TJ

    • This reply was modified 8 years, 1 month ago by tjswarbs78.
    #588498

    Hi,
    works, but this changes also the columns in smaller breakpoints. Is there a chance to just change the view for min-width:1024px.

    #589193

    Hey!

    Please make the changes and then let us know so we can provide you custom CSS code :)

    @tjswarbs78
    Thanks! :)

    Best regards,
    Yigit

    #589235

    done
    and please.
    thank you.

    #591500

    Hey!

    Sorry for the late reply!

    Please add following code to Quick CSS

    @media only screen and (max-width: 1024px) {
    article.slide-entry.flex_column {
        width: 100%;
        margin-left: 0;
    }}
    a.slide-image { background: transparent !important; }

    Best regards,
    Yigit

    #591588

    Hi Yigit,
    looks good and works. Thank you.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘default grid is set to 3 columns, edit to 5 columns’ is closed to new replies.