On mobile only there's this giant extra white space that I can't figure out how to remove. It doesn't show up on the edit screen or on the computer, only when viewing the site on an actual iphone.
Is there a way to remove this extra space?
Hi! I would love this effect on the homepage of a website I'm working on;
thomasteal.com
I used the code below but it just made the header disappear;
.header-title-logo img {
width: auto;
max-width: 900% !important;
max-height: 331px;
position: absolute;
right: 160px;
top: 300px;
}
header#header img {
transition: all 0.8s;
}
header#header.shrink img {
max-height: 60px;
transition: all 0.8s;
left: 780px;
top: 1px;
}