Services Block Image Size-

Hi Sanjeev,

How can I set the display image size for the Services Block as preset on the “About Us” page? I like the layout and want to use it for other pages as well, but when I replace the preset graphic with another image it comes up too small - smaller than the original graphic!

What can I add to the custom .css file to let me show the image in whatever size I prefer? They need to be at least twice as big.

Please see attached screenshot.

Best regards,

Kevin

Hello, please go to Appearance >> Customize >> Custom CSS and JS >> Custom CSS and add the css below:

.article .img-wrap1 img {
width: 100%;
}

Thank you