Hello there, as you can see in the image supplied below the top section of the site is being cut off or blocked by my header and this happens across the site in desktop view, mobile seems to be working fine. The only change I’ve made to the site was to include a sticky header.
Can someone please help and any advice is appreciated 
Link to site: https://gamerscombined.com.au/collections/pokemon-cards/products/pokemon-tcg-sword-and-shield-8-fusion-strike-booster-box-36-packs
@Gamers_Combined , you can add this at the end of your CSS file (Themes → Edit code → Assets → theme.css 
@media only screen and (min-width: 750px){
.main-content {
padding-top: 200px;
}
}