Hi! Brooklyn Theme allows 9 collections. I have added another collection (and deleted collection title) so that it would flow.. Now I have a small space between collections though. Does anyone know a code to paste to move the last 2 collections a bit more up.
Many thanks!
Eva
1 Like
Hi @evaoherjus ,
I understand that you want your other collection to move up. Please follow the instructions below
- From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
- Go to Asset folder and open the theme.scss file
- At very end of the code, add the code below
#shopify-section-4b209155-9ee6-451c-a376-a3c631783837 {
margin-top: 0;
}
1 Like
Yayy so glad I asked. You’re a star!! Thanks!