Theme Settings

Select Setting Condition

Using a dropdown select setting to change layout logic.

Copy or embed this snippet

{% if section.settings.alignment == 'center' %}
  <div class="text-center">
{% else %}
  <div class="text-left">
{% endif %}

Embed this snippet on your blog or docs — attribution link appreciated: HTML to Liquid Converter · Convert to Shopify section →

Practice in the converter workspace

Draft OS 2.0 section output after you choose the right design pattern.