Jump to content

Big white space under photo on homepage / mobile version

Recommended Posts

Site URL: http://charlielangton.com

Hi guys,

I have been having the same problem os most people here. I have tried 10 codes posted here before but none fix the problem on my website. Could someone please help? I already deleted most of the footer with my boyfriend's infos thinking it would fix it, but it didn't, sadly. This white blank space is really bothering us.

Thank you very much in advance,

Erika

Screenshot 2021-02-09 at 10.50.18.png

Screenshot 2021-02-09 at 10.50.35.png

Link to comment
  • Replies 3
  • Views 205
  • Created
  • Last Reply

It looks like you solved with this CSS code?

@media screen and (max-width: 767px) {
    body.homepage #page section:first-child {
        min-height:20vh !important;
        height: 90vh;
    }

    body.homepage #page section:first-child img {
        object-position: 15% !important;
    }
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
11 hours ago, RyanAlexis93 said:

I'm having a similar issue with my homepage - I see a blank space in the mobile view but not on the webpage - any help would be greatly appreciated link here: ryanalexiswrites.com 

Add to Design > Custom CSS

/* remove mobile blank space */
@media screen and (max-width:767px) {
.portfolio-hover {
    display: none;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.