Hi
I want to add a top margin or padding to my single product pages and bring it beneath my site header (without affecting my header). I added the custom CSS below and it moved my whole page down including the header. How do I bring the product content plus image down but leave my header intact at the top? Thank you.
.single-product #main {
margin-top:60px;
}