Jump to content

My last background image is covering my footer after I resized the image on mobile (need to make footer smaller on mobile)

Recommended Posts

Site URL: https://www.omegachurchsa.org/

1963220006_Screenshot(18).png.b9a19c9724aaae3a0c2abbd5005882d9.png

so on my desktop view everything is fine but on mobile view my background image section covers my footer.

Heres the css I used to make my image of the guy that size on mobile ( I would like to keep my image that size if possible).

@media screen and (max-width:767px) {
.homepage section:last-child {
    height: 30vh !important;
    min-height: unset !important;
}
}

I just need to make my footer text smaller and all three areas of text show up horizontally instead of stacking on top of each other. 

 

PASSWORD: jesusislord

 

 

 

 

798058603_Screenshot(19).thumb.png.36ffd99a8176967582cb226e40df6f43.pngon my desktop view everything is fine 

Edited by soapyrice
password missing
Link to comment
16 hours ago, soapyrice said:

Site URL: https://www.omegachurchsa.org/

1963220006_Screenshot(18).png.b9a19c9724aaae3a0c2abbd5005882d9.png

so on my desktop view everything is fine but on mobile view my background image section covers my footer.

Heres the css I used to make my image of the guy that size on mobile ( I would like to keep my image that size if possible).

@media screen and (max-width:767px) {
.homepage section:last-child {
    height: 30vh !important;
    min-height: unset !important;
}
}

I just need to make my footer text smaller and all three areas of text show up horizontally instead of stacking on top of each other. 

 

PASSWORD: jesusislord

 

 

 

 

798058603_Screenshot(19).thumb.png.36ffd99a8176967582cb226e40df6f43.pngon my desktop view everything is fine 

Hi. Remove this code (your code targets both last section in Page Content + last section in Footer so the problem appears)

@media screen and (max-width:767px) {
.homepage section:last-child {
    height: 30vh !important;
    min-height: unset !important;
}
}

add new code (this code target last section in Homepage Page Content)

@media screen and (max-width:767px) {
.homepage article section:last-child {
    height: 30vh !important;
    min-height: unset !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
7 hours ago, tuanphan said:

Hi. Remove this code (your code targets both last section in Page Content + last section in Footer so the problem appears)

@media screen and (max-width:767px) {
.homepage section:last-child {
    height: 30vh !important;
    min-height: unset !important;
}
}

add new code (this code target last section in Homepage Page Content)

@media screen and (max-width:767px) {
.homepage article section:last-child {
    height: 30vh !important;
    min-height: unset !important;
}
}

 

Thank you so much!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.