Jump to content

How to Exclude Footer When Setting Height of First Section with CSS?

Go to solution Solved by Ziggy,

Recommended Posts

Hello Community!

I'm trying to set the height of the first section of each page of my Squarespace site using CSS, but the code I'm using also affects the footer. Here is the CSS I'm currently using:

.page-section:first-child {
    min-height: clamp(0px, 54.25vw, 100vh) !important;
}

This code also applies to the footer, which I want to exclude. I've tried several alternative selectors and approaches, but none have worked so far.

Is there a way to specifically target only the first content section and exclude the footer from being affected by this CSS rule? Any help or suggestions would be greatly appreciated!

Thank you!

Site URL: https://offbeat-festival.squarespace.com/

PW: Offbeat

Link to comment
  • Solution
1 hour ago, sarahhalliday said:

Is there a way to specifically target only the first content section and exclude the footer from being affected by this CSS rule? Any help or suggestions would be greatly appreciated!

Add #page to target just the page:

#page .page-section:first-child {
    min-height: clamp(0px, 54.25vw, 100vh) !important;
  }

 

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment
1 minute ago, sarahhalliday said:

Omg ANGEL! Thank you so much Ziggy, you are a superstar. 🥲

Glad to help, thanks for the like!

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

 Did I help? Buy me a coffee?

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.