This is an accepted solution.
Hi @harryking22,
That can be achieved by adding a code snippet into your theme files. Here are the instructions and code snippet:
.feature-row__image-wrapper {
width: 50%;
}
If you don't see theme.scss.liquid file then find the theme.liquid file under Layout section and paste in this code snippet instead:
<style>
.feature-row__image-wrapper {
width: 50%;
}
</style>
You can then modify the 50% value (between 1% and 100%) to fine tune the size of your images to your liking. The smaller the value the smaller the images will get.
User | Count |
---|---|
442 | |
197 | |
103 | |
102 | |
90 |