Okay
  Public Ticket #2228876
Customization
Closed

Comments

  •  2
    user333 started the conversation

    Hi, 

    1. I'm using Default Blog Template with Masonry style, how can I change the number of blogs displayed in one row.It is 4 posts per row. Where can I change to 5 or six?
    2. how do I update Kalium?

    rgds

    rob


  • [deleted] replied

    Hi Rob,

    1— You have the option to show 1 to 4 rows, 5 and 6 will not appear nice and that's why we don't offer the option to show 5 or 6 posts in a row.

    2— Please read this article Updating Kalium.

    Have a nice day!

  •  2
    user333 replied

    I would like to have an option with 5 or 6 posts - please let me know how to customize


    rgds

    rob

  • [deleted] replied

    Hi Rob,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time thoughsmile.png

    Can you please add the code below to your Custom CSS area:

    @media screen and (min-width: 992px) {
        .blog-posts.columns-4 > li {
            width: 15% !important;
        }
    }

    P.S: If you're looking for professional help in theme customisations, there's always someone available for such tasks on Codeable website. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.

    Have a nice day!

  •  2
    user333 replied

    hi

    do I change the number of columns myself? 5 or 6? CSS says 4 columns


    rgds


  •  2
    user333 replied

    found out - working thanks for yopur help

  • [deleted] replied

    I'm happy to hear thatsmile.png

    Will set this ticket as solved from here.