Horizontal mobile version of home page has white space

Hello! I previously posted asking how to have my background extend to fit each screen size.

We are having an issue. On mobile, when you turn the screen horizontal, there is white space and the buttons that should be on the photo go into the white space. Please advise how to remove this white space and extend the photo further down so the buttons are on top of the image. Thank you.

Hello Ashley,

Thanks for writing in!

This is because you have added this inline element CSS in your 2nd Section element:

$el
{
    height:100vh;
}

Please have it remove or change the height property to min-height property instead.

Kindly let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.