Hi all, does anyone know how I can get the header ‘Bracelets’ directly above the first photo on the left? It happens to all the headers on my collection pages, so if anyone knows how to change it for all the headers, thank you so much!
1 Like
Please share your store URL.
1 Like
Hello,
you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Please Share your store live url where you want to do modification, so that I will solve your issue here!
1 Like
hello @Chanellu
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
1 Like
The url is bead-byc.com
Password: blauly
h1.section-header__title.section-header__title--left {
display: -webkit-box;
}
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->timber.scss.liquid
1 Like
Thank you so much!
hello @Chanellu
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.template-collection .grid h1.section-header__title.section-header__title--left {
display: -webkit-box;
}