Hi
1) Add this to your custom css:
@media only screen and (min-width: 769px) {
.woocommerce div.product div.summary {
padding-left: 45px;
}
}
2) Add this:
.single-product .inner-page-wrap {
margin-top: 70px;
}
3) Add this:
#main-nav, .header-wrap[class*="page-header-naked"] #header-section .is-sticky #main-nav, #header-section .is-sticky .sticky-header, #header-section.header-5 #header, .header-wrap[class*="page-header-naked"] #header .is-sticky .sticky-header, .header-wrap[class*="page-header-naked"] #header-section.header-5 #header .is-sticky .sticky-header {
background-color: transparent!important;
}
– Kyle