As we see, this happen only on smaller devices, like iPad. We think that we have solution for that behavior. Please use below css and all should be fine:
@media only screen and (min-width: 768px) and (max-width: 959px) { #Subheader { margin-top: 60px; } }
Hi thanks for the code, this fixed the header on the Shop page but on the home page the top is still cut off like the second image. please take a look http://cinthyaproductions.com/ thanks
Comments