Home Forums Free Themes Travel Insight Change size of featured images / thumbnails

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #86524
    Reisprins
    Participant

    Good morning,

    I’m currently using the Travel Insight theme on my brandnew website http://www.reisprins.nl .

    I’d really want to make the thumbnails/featured images which are shown on the pages smaller then they are now. Can you please help me out how I can manually change this to a smaller size?

    Thank you in advance!

    Erik van Turnhout

    #86526
    wensolutions
    Keymaster

    Hello @reisprins,

    Please, crop your image to the size that can be viewed on the browsers window without scrolling it down.
    Recommended way to achieve the effect is to actually crop your image to the required size.

    You can also add below given CSS by going to Admin Panel > Appearance > Customize > Additiional CSS

    .featured-image {
    	text-align: center;
    }
    
    .featured-image a {
    	display: inline-block;
    }
    
    .featured-image img {
    	height: auto;
        max-width: 50%;
    }

    Hope this helps.

    Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.