How can I display two collections side by side on mobile?

Hi @fiddystickers ,

Image:

![view - 2023-11-03T085638.475.png|887x818](upload://djaNbHpJX5IBxkMysMoV8LZvSVk.png)

Currently color stickers are located between black & white stickers and custom favorites

You can move COLOR STICKER to another place so that BLACK & WHITE STICKER and CUSTOM FAVORITE are next to each other.

You add a div tag with class custom-fiddystickers wrapped in black & white sticker and custom favorites. Then insert the css code as follows:

.custom-fiddystickers {
    display: flex;
    margin-bottom: 16px;
}

This is the desired result:


Hope it helps @fiddystickers !