• Hi there,
    Can I change the way the blog page display the posts in.
    It shows the posts icons in a small squares close to each other.
    Can I make them look like in vertical column, where the featured photo of each post is shown in a bigger size and take the width of the page with the description of the post beside the photo.

Viewing 1 replies (of 1 total)
  • @mohamedword : Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (min-width: 900px){
    .blog .site-main .hentry {
    	width:100%;
    }
    .has-post-thumbnail .archive-post-wrap .featured-image {
    	float: left;
    	width: 70%;
    }
    .blog .site-main .hentry .entry-container {
    	float: left;
    	width: 30%;
    }
    }

    Let me know if this resolves your issue.
    If you want more dedicated and swift support on the theme, please visit the theme’s official support forum where the theme’s official support team are stand by to answer each and every one of your questions.
    https://catchthemes.com/support-forum/forum/decree-free/

    Regards,
    Tikaram

Viewing 1 replies (of 1 total)
  • The topic ‘Blog page format’ is closed to new replies.