image with text assign left & right in block section

image with text assign left & right in block section

Kumar2573
Shopify Partner
174 8 19

{% for block in section.blocks %}
<div class="row">
{% assign evens = forloop.index | modulo: 2 %}
{%if evens == 1 %}
<div class="column half right-section">
{%if block.settings.image %}
<img src="{{ block.settings.image | img_url: 'original' }}">
{%endif%}
</div>
<div class="column half left-section">
{% if block.settings.title %}
<h1>{{ block.settings.title | escape }}</h1>
{% endif %}
<div class="section-caption">{{ block.settings.content }}</div>
</div>
{% else %}
<div class="column half left-section">
{%if block.settings.image %}
<img src="{{ block.settings.image | img_url: 'original' }}">
{%endif%}
</div>
<div class="column half right-section">
{% if block.settings.title %}
<h1>{{ block.settings.title | escape }}</h1>
{% endif %}
<div class="section-caption">{{ block.settings.content }}</div>
</div>
{% endif %}
</div>
{% endfor %}

Shopify Certified Developer Profile - https://www.credly.com/badges/1733d05c-2a88-490a-aef5-b01baf3b94ce/public_url
Expert Shopify Plus & shopify Developer & Theme customizer
- If the problem is solved remember to click to Accept Solution
- Press Like ?? if the answer was helpful
- Still, Facing issue, Reach out to me Email :- jitendra3496@gmail.com | Skype :- jitendra2573_1
- Direct Hire me :- Direct Contact me
Replies 2 (2)

Kumar2573
Shopify Partner
174 8 19

Chocolate Business Gifts   Send A Branded Corporate Christmas Gift – Morse Toad.png

Shopify Certified Developer Profile - https://www.credly.com/badges/1733d05c-2a88-490a-aef5-b01baf3b94ce/public_url
Expert Shopify Plus & shopify Developer & Theme customizer
- If the problem is solved remember to click to Accept Solution
- Press Like ?? if the answer was helpful
- Still, Facing issue, Reach out to me Email :- jitendra3496@gmail.com | Skype :- jitendra2573_1
- Direct Hire me :- Direct Contact me
Kumar2573
Shopify Partner
174 8 19

{% capture image %}
<div>
image
</div>
{% endcapture %}

{% if section.settings.optionid == 'image_first' %}
{{ image }}
{% endif %}
<div >text</div>
{% unless section.settings.optionid == 'image_first' %}
{{ image }}
{% endunless %}

 

Oh-How-Lovely-Box-–-earkarts.png

 

Shopify Certified Developer Profile - https://www.credly.com/badges/1733d05c-2a88-490a-aef5-b01baf3b94ce/public_url
Expert Shopify Plus & shopify Developer & Theme customizer
- If the problem is solved remember to click to Accept Solution
- Press Like ?? if the answer was helpful
- Still, Facing issue, Reach out to me Email :- jitendra3496@gmail.com | Skype :- jitendra2573_1
- Direct Hire me :- Direct Contact me