I’m not sure why but on small screens my website has a massive white block at the top, do you know why?
http://www.amyteslin.com
Hey amyteslin,
Add this to quick css:
@media only screen and (max-width: 767px){
#header{
height: 120px!important;
}}
Best regards,
Jordan Shannon
Hi,
Thanks for the update. The burger menu looks fine on my end, could you post a screenshot highlighting the problem please?
The scroll to top link seems to be working as it should as well, did you manage to find a solution for that?
Best regards,
Rikard
yes i fixed it, thanks for your help