Make multiple product columns on mobile - narrative theme

Hi!

I’m trying to make my featured products on my homepage be 2 columns and 2 rows when viewed from a mobile device instead of one full screen picture as it is now.

My store URL is www.nalanibeautyco.com

Thanks in advance!

@Ashrenise - if you want like screenshot then add this css to the end of theme.scss file, if any issue you can contact me on email

.card--reveal{width: 50%; float: left;}

1 Like

got it! is there anyway to make space between each column?

@Ashrenise - please add third line css padding:5px; to previous css so it becomes

.card--reveal {width: 50%;    float: left;    padding: 5px;}

Hi,

This worked for me to edit the columns on my homepage, but it also changed the columns on my collections pages. I only want to change the homepage section to two columns. Can you help? Shophammett.com