im trying to center a grid banner. but without any success.. anyone can help??? thanks!
im not really a website developer. but i know a little.
here is my grid banner code:
{%- include 'style-section' -%}
{%- include 'section-heading' -%}
{%- for block in section.blocks -%}
/* Custom caption width, default value is 290px */
{%- if block.settings.image != blank -%}
{%- if block.settings.button_link != blank -%} {%- endif -%}
{%- if block.settings.button_link != blank -%} {%- endif -%}
{%- else -%}
{{ 'image' | placeholder_svg_tag: 'placeholder-svg' }}
{%- endif -%}
{%- if block.settings.description -%}
{{block.settings.description}}
{%- endif -%}
{%- if block.settings.button_text != blank -%}
{{block.settings.button_text}}
{{block.settings.button_icon}}
{%- endif -%}
{%- if block.settings.button_link != blank -%}
{%- endif -%}
{%- endfor -%}
