Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #160624
    Nicky
    Participant

    Is there a way I can reduce the size of the featured image on my blog page which indexes all of my blog posts? I’m happy with the size of the thumbnail on my post but the image on the main blog page is far too big.

    If it can’t be re-sized is there a way that it can be removed completely?

    My website

    Many thanks

    #160659
    Skandha
    Participant

    @nicky_poppy: Go to = Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:85em) {
    	.post-archive .entry-container, .hero-content-wrapper .entry-container {
    		padding:20px 77px;
    	}
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #160903
    Nicky
    Participant

    Thanks for your help Skandha. Unfortunately that didn’t work for me.

    What if it’s removed completely?

    Kind regards
    Dawn

    #160929
    Skandha
    Participant

    @nicky_poppy: Please try adding the following CSS.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .post-archive .entry-container, .hero-content-wrapper .entry-container {
    	padding:0px 77px;
    }
    .post-archive .hentry {
    	margin-bottom:20px;
    }

    Do you mean to remove the the image thumbnails completely from the blog page?
    Let me know if this helps you out!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Featured image’ is closed to new replies.