Sample Campaign
To create a page like this:
- Add a new page in Shopify
- Create a bulleted list
- Add an image next to each bullet (you can also add a hyperlink to the image if you wish)
- If you want to make an image span two columns, you need to edit the HTML for that item. To do this, simply view the HTML for the page and change the <li> tag that appears before the relevant <img tag to <li class="double">
- To make an image span three columns, do the same but instead of "double", write "triple"