Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    how do i get the posts in 3 columns like they are on the featured posts?

    I’m afraid it requires changing theme files to make 3 column layout. Right now the columns are wrapped by row. Please let me know how do you feel about changing php file.

    also, the images for each posts are displaying in one column instead of 3.

    Please go to Appearance -> Customize -> Additional CSS and add the following CSS:

    .gallery-columns-3 {
      overflow: hidden;
    }
    .gallery-columns-3 figure.gallery-item {
      width: 33.33%;
      float: left;
      padding: 0 20px 20px 0;
    }
    .gallery-columns-3 figure.gallery-item:nth-child(3n) {
      padding-right: 0;
    }

    You can also change size of the images in gallery to full-width. They’re in thumbnail size (150x150px) size at the moment.

    Feel free to reach out if you need anything.

    Best,
    Jarek
    Kale Support

    @jarektheme,

    Hi Jarek,

    I have been rying a few things without success. Could you please help me with the code i have to change in the PHP file to make a 3 columns layout.

    Thanks in advance.

    Matt

    Theme Author lyrathemes

    (@lyrathemes)

    @shantikarma17 – The free version of the theme doesn’t come with a 3 column home page layout. It is a Pro/upgrade feature that you can see here https://demo.lyrathemes.com/kale-pro/?demo=blog-feed-full

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove sidebar and make blog 3 columns’ is closed to new replies.