Hi @fiddystickers ,
Image:
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 !

