CBGreenhouses Posted December 9, 2021 Share Posted December 9, 2021 Site URL: https://www.cedarbuiltgreenhouses.com/ Tuan, my friend, I know you are out there and will help me yet again.😄 I have switched the site over to the Bedford style but I want the white text "HOME" to "Testimonials" to appear in the center of the page. I would like the contact & About button to stay at the far right. I noticed you have tried to tackle this problem before but were unsuccessful. It seems they got displayed as a hamburger: https://forum.squarespace.com/topic/168758-center-align-logo-with-bedford-70-template/ https://forum.squarespace.com/topic/145081-center-logo-and-navigation-in-bedford/ I believe that the "Site title container Width" has something to do with this. Please see my attached photos where I changed the size. 275 to 150 px. You can see the blue box area at the top changes but the navigation does not snap to the center. If possible I would like the Nav Button to stay at the far right. I believe in you Tuan! Thanks for your help always. Link to comment
CBGreenhouses Posted December 9, 2021 Author Share Posted December 9, 2021 Slight update: I somewhat fixed this by making the text size HUGE and spaced apart a lot. It's still not totally centered though Link to comment
tuanphan Posted December 12, 2021 Share Posted December 12, 2021 Hi. I don't see navigation here. It looks like you changed header layout. Do you still need help? 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
CBGreenhouses Posted December 13, 2021 Author Share Posted December 13, 2021 Hi Tuan, Do you see the 3 white lines at the top right? The navigation becomes like that if someone is viewing on mobile or a small screen. This is called "hamburgering."Â I adjusted the size again. Do you see it? Please see the attached image. I would like the white text to be centered if possible as outlined in red Link to comment
tuanphan Posted December 17, 2021 Share Posted December 17, 2021 On 12/14/2021 at 6:27 AM, CBGreenhouses said: Hi Tuan, Do you see the 3 white lines at the top right? The navigation becomes like that if someone is viewing on mobile or a small screen. This is called "hamburgering." I adjusted the size again. Do you see it? Please see the attached image. I would like the white text to be centered if possible as outlined in red Try adding this to Design > Custom CSS nav#mainNavigation { text-align: center; } 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
CBGreenhouses Posted December 17, 2021 Author Share Posted December 17, 2021 (edited) Tuan, you've done it again! You genius! The only other thing... can you get just my Nav Button (the contact&About) to appear on the far right side PS. I also like lofi hophop Edited December 17, 2021 by CBGreenhouses far right side Link to comment
tuanphan Posted December 19, 2021 Share Posted December 19, 2021 On 12/18/2021 at 1:50 AM, CBGreenhouses said: Tuan, you've done it again! You genius! The only other thing... can you get just my Nav Button (the contact&About) to appear on the far right side PS. I also like lofi hophop I usually listend it when working. Remove above code & add this .collection:last-child { margin-left: auto !important; } nav#mainNavigation { display: flex !important; justify-content: center !important; } .index.active.homepage { margin-left: auto !important; } 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
CBGreenhouses Posted December 20, 2021 Author Share Posted December 20, 2021 (edited) Tuan, slight problem with the code. If you look on any other page on the site with this code on, the navigation is all the way to the left https://www.cedarbuiltgreenhouses.com/options Edited December 20, 2021 by CBGreenhouses problem Link to comment
tuanphan Posted December 22, 2021 Share Posted December 22, 2021 On 12/21/2021 at 2:09 AM, CBGreenhouses said: Tuan, slight problem with the code. If you look on any other page on the site with this code on, the navigation is all the way to the left https://www.cedarbuiltgreenhouses.com/options You want to do on all pages or homepage only? 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
CBGreenhouses Posted December 22, 2021 Author Share Posted December 22, 2021 All pages please. It doesn't look right pushed off center to the left like this. Link to comment
Solution tuanphan Posted December 25, 2021 Solution Share Posted December 25, 2021 On 12/23/2021 at 1:54 AM, CBGreenhouses said: All pages please. It doesn't look right pushed off center to the left like this. Remove above & use this new code .collection:last-child { margin-left: auto !important; } nav#mainNavigation { display: flex !important; justify-content: center !important; } .index.homepage { margin-left: auto !important; }  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
CBGreenhouses Posted December 28, 2021 Author Share Posted December 28, 2021 Tuan you are a beautiful person. Have a great new year. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment