Jump to content

Floating Header won't center justify

Go to solution Solved by Ziggy,

Recommended Posts

Hello, I'm trying to a create a simple "coming soon" site to collect email addresses of people interested in a product I'm building. For some reason my floating header is justified left no matter what I try to do to fix it. I have attempted some custom CSS but can't get it to be center justified. I would really appreciate help. The custom code I'm using is in the attached photo and below. 

header {
position: fixed;
left: 0;
right: 0;
margin:4vw;
max-width: 450px;
background-color: rgba(160, 160, 160, .1)!important; 
backdrop-filter: blur(5px)!important;
border-radius: 15px
}

 

Screenshot 2024-03-18 at 10.42.06 AM.png

Screenshot 2024-03-18 at 10.41.41 AM.png

Link to comment

Can you share your website URL?

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) 
 🖼️ Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment
  • Solution

I made one smaller tweak to your code in the margin line, and removed the LEFT and RIGHT as they were unnecessary:

header {
  position: fixed;
  margin:4vw auto;
  max-width: 450px;
  background-color: rgba(160, 160, 160, .1)!important; 
  backdrop-filter: blur(5px)!important;
  border-radius: 15px
}

 

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) 
 🖼️ Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment
1 minute ago, creativejordan said:

wow, thanks so much, that was driving me crazy!

Happy to find a fix for you!

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) 
 🖼️ Gallery Lightbox 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.