Make featured images on home screen larger

Hi there,

I was wondering if there was a way to make my featured images on the home screen larger? I still want the right side bar but my images appear pretty small and ideally I would like them larger.

Thanks!

Leanne

Hi Leanne,

I hope you are well today and thank you for your question.

You can try achieving this by using the custom plugin solution posted in the following topic.

https://colorlibsupport.com/t/define-sizeformat-of-featured-image-on-home-page/

Best Regards,
Movin

Thank you for the reply however I am not sure which one you mean- I have installed the Regenerated Thumbnails Plugin but I am not sure how to make all my featured images bigger?

I have attached a screenshot of my homepage and ideally I want the two featured images together but much bigger so there is not as much white on either side.

Thanks!

Thank you for the reply however I am not sure which one you mean- I have installed the Regenerated Thumbnails Plugin but I am not sure how to make all my featured images bigger?

I have attached a screenshot of my homepage and ideally I want the two featured images together but much bigger so there is not as much white on either side.

Thanks!

Thank you for the reply however I am not sure which one you mean- I have installed the Regenerated Thumbnails Plugin but I am not sure how to make all my featured images bigger?

I mean the attached custom plugin colorlib-divilab-plugin-25.zip

I have attached a screenshot of my homepage and ideally I want the two featured images together but much bigger so there is not as much white on either side.

You can try removing that white space by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


body.home #page article {
    padding-right: 0;
    padding-left: 0;
}

I have installed the plugin, is there something else I should be doing to increase the Featured Image size?

I inputted the custom code but it just made the two images touch and didnt’ do anything to the size.

Sorry about this!

I have installed the plugin, is there something else I should be doing to increase the Featured Image size?

After installing you have to activate that plugin on your site and then all done.

I inputted the custom code but it just made the two images touch and didnt’ do anything to the size.

I have provided the custom CSS solution to your this request “I want the two featured images together but much bigger so there is not as much white on either side.”

If you don’t want this then please tell me a bit more in detail and by sharing modified screenshot of how you want it to display.