Jump to content

Fixed menu in Brine templates

Recommended Posts

Wondering if anyone has CSS code to make sure my navigation remains fixed at the top of the browser on PC, as well as mobile. I know there are some out there, but looking for any that have been vetted.

Thanks!

Edited by rschnell1
Initial Revision
Link to comment
  • Replies 10
  • Views 1.1k
  • Created
  • Last Reply

Top Posters In This Topic

I'm making the site 1800px max for now, so I put this:

.Header (this will fix it in place)

{position: fixed; (site width) width: 1800px; (not sure this is necessary) margin: 0; (so it's on top of all the layers) z-index: 1000;}

My site is actually not 1800px wide, because I have side padding, but however the SP code was written, it disregards the padding amount and it works with matching the header size here to the site width.

Now I got to figure out how to make it shrink down. Will post once I figure it out.

If your site stretches all the way across, you can put "width: 100%;"

Edited by Bill1965
Link to comment

@rschnell1 Add to Home > Design > Custom CSS


/* Fixed Top Header: Logo, Social Icon */
header.Header.Header--top {
   top: 0;
   left: 0;
   right: 0;
   z-index: 999;
   position: fixed;
}
/* Fixed Navigation */
header.Header.Header--bottom.Header--overlay {
   position: fixed;
   top: 70px;
   left: 0;
   right: 0;
   z-index: 999;
}




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
  • 1 year later...
15 hours ago, SouthernSunEvents said:

@tuanphan Trying to figure this out as well for mobile and tablet.

http://www.southernsunevents.com

PW: sse2020

 

I see you did for logo. Now you want do similar for both navigation & logo?

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
On 7/14/2021 at 3:30 PM, SouthernSunEvents said:

The logo and nav menu move down and overlaps everything while scrolling on mobile and tablet. Looking to keep them stuck at the top. Thanks!

Screen Shot 2021-07-14 at 3.29.14 PM.png

Still trying to tackle this one. I can't seem to keep the logo/nav sticky at the top. Anyone have any ideas? 

 

http://www.southernsunevents.com

PW: sse2020

Edited by SouthernSunEvents
Link to comment
On 7/20/2021 at 7:56 AM, SouthernSunEvents said:

Still trying to tackle this one. I can't seem to keep the logo/nav sticky at the top. Anyone have any ideas? 

 

http://www.southernsunevents.com

PW: sse2020

Hi. Sticky on desktop only or tablet/mobile?

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

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.