I am trying to add two sections on my store side by side. One side is a video playing on loop. The video is playing but I cannot figure out how to push it on the left sided and add products from the video on the right.
This code creates a container with two columns, each taking up 50% of the container’s width. The video-column is set to take up the left half of the container, while the products-column takes up the right half. You can add your product section code to the products-column div.
Adjust the width values of the columns to your desired size and tweak the CSS styles as needed to achieve your desired layout.