Jump to content

Change order of Product Items in mobile view

Recommended Posts

  • Replies 1
  • Views 412
  • Created
  • Last Reply

I managed to get results with the following, which works for me,  but the title still wont come at top.

@media screen and (max-width:640px) {
section.ProductItem-summary.clear {
    display: flex;
    flex-direction: column;
}
figure.ProductItem-gallery {
    order: 0;
}

.collection-type-products .ProductItem-details .ProductItem-details-excerpt {
    order: 2;
}
.collection-type-products .ProductItem-details h1.ProductItem-details-title{order:1;}
}

Ive put order 1 in title here because putting it down as 0 doesnt work. And even starting the order from 1 among these doesnt work either sigh

hope this may help someone

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.