Jump to content

Ready template - changes to navigation bar (burger)

Recommended Posts

Site URL: https://oboe-llama-j4r7.squarespace.com

Hello,

I am using the ‘Ready’ template and I can't figure out how to make a few changes to the menu.

Does anyone please know the codes to make the following changes:

  1. How to reduce the width of side navigation menu ? (see attached image)
  2. How to change the background colour of the menu (see attached image)
  3. How to move this same menu to the top right (instead of the ‘search icon)?

https://oboe-llama-j4r7.squarespace.com

Password: readytogo

Thanks in advance,

cC

READY - NAVIGATION MENU.png

Link to comment
  • Replies 4
  • Created
  • Last Reply

1. I solved for a member, it took nearly an hour to find the code, but now I can't remember what the code is, will find that question again

2. Add to Home > Design > custom CSS

.main-nav-wrapper {
    background: red;
}

3. Can you clarify this?

 

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

Oh I see,  sorry and thanks for the question 1) !!

Question 3: is it possible to move the side bar menu to the right? Basically the burger would be displayed exactly where 'search' is and the menu would unfold from the left to the right?

I hope this makes sense!

Thanks

Link to comment
On 5/7/2020 at 5:41 PM, onthemoonlab said:

Oh I see,  sorry and thanks for the question 1) !!

Question 3: is it possible to move the side bar menu to the right? Basically the burger would be displayed exactly where 'search' is and the menu would unfold from the left to the right?

I hope this makes sense!

Thanks

@media screen and (min-width:769px) {
header#header {
    flex-direction: row-reverse;
    justify-content: space-around;
}
.nav-toggle-label.flex-item {
    text-align: right;
}
.header-special.flex-item {
    text-align: left;
}
}

 

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

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.