skip to Main Content

Targeting different templates in shopify

{% if product.type == 'Patio Furniture/Salsa Table' %} <div id="dotted" style="height: auto;border-bottom:0px;text-align: center;" class="grid-uniform wrapper"> <div class="grid__item large--one-whole"> <img alt="woman wearing colorful apron while working with bread doe in the kitchen" src="https://cdn.shopify.com/s/files/1/1418/7648/files/BERLIN_Maud_Chalard_pour_Fermob_9.jpg?1296570615214079092"> </div> </div> {% endif %} I need to…

VIEW QUESTION

How To Center Image Within Bootstrap Column – SEO

I have several images within bootstrap columns like this: <div class="services"> <div class="container"> <div class="row"> <div class="col-md-3 services-section"> <img src="/images/website_design_icon.png"/> <div class="services-paragraph"> <h3>Website Design</h3> <p>WordPress themes built for design and functionality</p> </div> </div> <div class="col-md-3 services-section"> <img src="/images/graphic_design_icon.png"/> <div class="services-paragraph">…

VIEW QUESTION
Back To Top
Search