Have you ever gone to insert an image into your page, then spent the next 30 minutes toying with the text-wrap? Do you wonder how everyone else gets those neat columns of text and imagery?
It’s actually easier than you might think, and most Shopify themes come pre-built to accommodate the types of changes that will allow you to build multiple columns without too much trouble.
In this tutorial, we’ll walk you through the steps to adding columns within your Shopify pages using <div> tags within your HTML. (Don’t worry, we’ll make it super easy!)
When would you want to use this?
Below are a few different examples of how different column combinations can be used within your Shopify content pages:
- Two columns: Separating text on one half of the page, and showing an image on the other half.
- Three columns: Showing a grid of photos with 3 across and 3 down.
- Four columns: Displaying 4 different product options with text, as 4 separate columns.
Let’s dive into how you set those up.
Step 1: Open your content page HTML editor
- In your Shopify Admin, go to Online Store > Pages> Select your page
- Click the HTML editor <>
Step 2: Determine which format of HTML you should use based on your specific theme. See the different options below:
Out of the Sandbox Themes (Parallax, Retina, Mobilia, Responsive),
The following is an example of an even two column layout:
<div class="eight columns alpha"> Column 1



