Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter DariyaBu

    (@dariyabu)

    You can even question about this site?
    How to display the home page of the blog entries 9 ( 3 column ) instead of 8 ( 2 column ) ?
    Thank you ??

    Hey,
    Sorry about the delay.

    1. In your settings > reading. Make sure your home page is a static page. Then go to that page in your pages area and edit the content. In the content box add what your want in terms of the block with headline. Then in your theme options > home layout. Make sure “page content” is enabled.

    2. Unfortunately there isn’t an option with the free theme for a three column layout for the blog posts. Sorry.

    Kadence Themes

    Thread Starter DariyaBu

    (@dariyabu)

    Thank you so much! You are a wizard! ))
    Everything worked out!!

    Please , is it possible to solve the problem with a record of 9 to display the home page by means of a plugin? Or special code? The site is not to earn money, just to help children…

    Hey,
    There isn’t any of the framework for the output of a blog grid like the premium theme. You can use css but this will not look good:

    @media (min-width: 992px){
        .home_blog .clearclass0, .home_blog .clearclass1 {
        float: left;
        clear: none;
        width: 33.33%;
    }
    
    .home_blog .clearclass1:nth-child(3n+1), .home_blog .clearclass0:nth-child(3n+1) {
        clear: both;
    }
    }

    Kadence Themes

    Thread Starter DariyaBu

    (@dariyabu)

    Thanks you!
    You really helped me! You’re a very good man! Good luck!)))

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Block with the text on the home page’ is closed to new replies.