I’m using the brooklyn theme and I have an issue where the product image and product title are being overlapped by the header. It appears there’s no spacing between the header and the product page content so it’s sitting underneath it. I was having this issue globally across mobile and then I added the following code and it fixed it across every page BUT the individual product pages.
article header .section-header}
margin-top: 125px
}
Please help!