Hello, I was wondering how would you go about making the blog post display swipable, just like a “multicolumn” section. I attached an image of which section I’m talking about. My website is nobluelens.com
oh sorry for this issue can you please add this code
- Go to Online Store->Theme->Edit code
- Asset->/section-featured-blog.css ->paste below code at the bottom of the file.
@media screen and (max-width: 749px){
.blog__posts.articles-wrapper {justify-content: start;}
}
Yah, this works great, but is it also possible to add arrows on the bottom just like on the multicolumn section below? (Just so the user knows it’s swappable).
yes possible to more customization or you have used multicolumn section add your content as per blog
