Jump to content

How do I make this section larger on mobile only?

Recommended Posts

Posted

Site URL: https://giraffe-carnation-cfwm.squarespace.com/

Hi! I am using this code to make the top banner on mobile section larger, but when I add it, the footer is messing up. How can I avoid this but still make the section at the top larger?

//MOBILE TOP IMAGE SECTION//
@media screen and (max-width:767px) {
.homepage section:first-child {
    padding-top: 180px !important;  
  height: 50vh !important;
    min-height: unset !important;
}
}

1715048686_ScreenShot2020-12-29at1_31_16PM.thumb.png.2adef517415ba147a6e85d77111c2f43.png

Should look like this:

 

1372284030_ScreenShot2020-12-29at1_31_45PM.thumb.png.748c97afd29b00ce6d1fee6f3676f736.png

  • Replies 4
  • Views 913
  • Created
  • Last Reply
Posted
21 minutes ago, mauramanor said:

Site URL: https://giraffe-carnation-cfwm.squarespace.com/

Hi! I am using this code to make the top banner on mobile section larger, but when I add it, the footer is messing up. How can I avoid this but still make the section at the top larger?

//MOBILE TOP IMAGE SECTION//
@media screen and (max-width:767px) {
.homepage section:first-child {
    padding-top: 180px !important;  
  height: 50vh !important;
    min-height: unset !important;
}
}

1715048686_ScreenShot2020-12-29at1_31_16PM.thumb.png.2adef517415ba147a6e85d77111c2f43.png

Should look like this:

 

1372284030_ScreenShot2020-12-29at1_31_45PM.thumb.png.748c97afd29b00ce6d1fee6f3676f736.png

Try this

@media screen and (max-width:767px) {
    .homepage #page section:first-child {
          padding-top: 180px !important;  
          height: 50vh !important;
          min-height: unset !important;
    }
}

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> No-code customisations for Squarespace

Posted
On 1/5/2021 at 5:03 AM, mauramanor said:

@bangank36Hi! If I wanted to do this to other pages, what would I replace .homepage with?

replace this name 

 .homepage #page section:first-child

with

Quote

data section id

Find data section id with this tool https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en

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!)

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.