How to Add Marquee slider with background image in Shopify store?

https://youtu.be/MdJDMsZv0wA {%- style -%} #marquee-{{ section.id }} { position: relative; height: {{ section.settings.section_height }}px; padding-top: {{ section.settings.padding_top }}px; padding-bottom: {{ section.settings.padding_bottom }}px; overflow: hidden; background-color: {{ section.settings.text_background }}; {% if…

Continue ReadingHow to Add Marquee slider with background image in Shopify store?

How to Move product image slider in vertical position in Shopify store?

https://youtu.be/2TsIzTNYohQ @media only screen and (min-width:900px) { .product--small .thumbnail-list.slider--tablet-up li.thumbnail-list__item.slider__slide { transform: rotate(-90deg); width: calc(20% - .8rem); } .grid__item.product__media-wrapper slider-component.thumbnail-slider { position: absolute; top: 0; transform: rotate(90deg); width: 602px; /*…

Continue ReadingHow to Move product image slider in vertical position in Shopify store?