Hey,
Hoping someone can help…
I’m looking for a way to move the image/content down on the product page (Mobile View) as it’s too close to the header. (Screenshot attached)
I was hoping there was a way to move everything down, not just the image.
Any help would be much appreciated!
URL: https://www.notacard.com/products/diy-birthday-cake
1 Like
@mrjaengland
oh sorry for that issue can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/timber.scss.liquid->paste below code at the bottom of the file.
@media screen and (max-width: 768px) {
.template-product .main-content {
padding-top: 60px !important;
}
}