Hi!
I’ve been trying to input a testimonial section in my home page but I’m having some issues adjusting the code:
To move the testimonials are all center align instead of left align,
I’m also trying to minimize the gap between the testimonial and the author or between testimonials so they don’t take up so much space.
Any help will be appreciated!
Thank you!
This is my code on the liquid section:
{{ section.settings.title }}
{%- if section.blocks.size > 0 -%} {%- for block in section.blocks -%}{{ block.settings.quote }}
{%- endif -%}{%- if block.settings.author != blank -%}
{{ block.settings.author }} {{ block.settings.position }}
{%- endif -%}Add customer reviews and testimonials to showcase your store’s happy customers.
" }, { "type": "text", "id": "author", "label": "Author", "default": "Author’s name" } ] } ], "presets": [ { "name": "Testimonials", "category": "Text", "blocks": [ { "type": "quote" }, { "type": "quote" }, { "type": "quote" } ] } ] } {% endschema %}