How to increase image size in features_intro style 4 on the home page How to fix heading and paragraph font sizes (see screenshot)
cytropics Hi Open css/custom.css file in template folder and add this code
.home .acm-features.style-4 .features-item .img-icon { max-width: 230px; }
Increase the width value as per needs.
Regards
Ninja I tried this, unfortunately it didn't change
cytropics Hi Kindly add the code in custom.css file first http://prntscr.com/nsoefa As there is no code added, it will not work. Here is example if you will add the code http://prntscr.com/nsoett
Ninja The code did not work. I have re-added. I need the image itself to be larger.
cytropics Hi The code is already working on your site. You need to clear your browser cache to see the new changes. http://prntscr.com/nt3y95 You can increase the width to a bigger value, if you want a big image.
Ninja Thank you