Archived topic
Lightweight Grid Columns not working with Shopify code?
2 replies · Started by Drew on February 20, 2017
Hey Tom,
I'm using Lightweight Grid Columns and trying to add in a Shopify embed code for a product... but it doesn't seem to like it. It just keeps stacking them instead of columns.
Here is a link: http://www.keepbaseballgreat.com/store/
Am I missing something? Trying to do 3 items in a row, using sections for the content.
Thanks!
Drew
Hi Drew,
I think this CSS sort of fixes it:
.shopify-buy-frame--product {
display: inline-flex;
}
That being said I don't think using light weight grid columns would be the best way to display that. I feel like Shopify would have feature that would allow you to display products in column.
Maybe check their documentation or forums etc?
Ok... ill take a look and see. The CSS didn't change anything.