onthemoonlab Posted May 6, 2020 Share Posted May 6, 2020 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: How to reduce the width of side navigation menu ? (see attached image) How to change the background colour of the menu (see attached image) 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 Link to comment
tuanphan Posted May 7, 2020 Share Posted May 7, 2020 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
onthemoonlab Posted May 7, 2020 Author Share Posted May 7, 2020 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
tuanphan Posted May 11, 2020 Share Posted May 11, 2020 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
onthemoonlab Posted May 13, 2020 Author Share Posted May 13, 2020 Perfect! Thanks again @tuanphan Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.