Genrestudio Posted March 2, 2023 Share Posted March 2, 2023 Good evening everyone, As I'm building a redesign of my old website, I was wondering if someone knew a css injection to keep the logo centered in header, while the other voices of the menù (about, work, services, contact) could spread in the right and in the left as example in the picture_1. The only chance I have now to keep them horizontally centered is to have the voices just below the logo, which I don't really like. As example picture_2 Could you help me please? Link to comment
tuanphan Posted March 5, 2023 Share Posted March 5, 2023 Hi, Possible with custom code. If you share site url, we can help easier 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
Genrestudio Posted March 6, 2023 Author Share Posted March 6, 2023 Hi! Thank you in advance for the interest 🙂 This is the url https://oriole-bobcat-5dgw.squarespace.com/config/pages Link to comment
tuanphan Posted March 8, 2023 Share Posted March 8, 2023 On 3/7/2023 at 12:08 AM, Genrestudio said: Hi! Thank you in advance for the interest 🙂 This is the url https://oriole-bobcat-5dgw.squarespace.com/config/pages What is password? 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
tuanphan Posted March 11, 2023 Share Posted March 11, 2023 On 3/8/2023 at 9:31 PM, Genrestudio said: Bepatient079 Do you use Personal or Business Plan? If Business Plan, you need to change header layout to Left Navigation - Middle Logo, then we can help easier If Personal Plan, no need to change layout, just let me know, we will give some CSS code 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
Genrestudio Posted March 15, 2023 Author Share Posted March 15, 2023 At the moment I'm using a Personal Plan, I'll probably switch in the future but I'm fine so far. Thank you a lot for the help. Waiting for the css Link to comment
tuanphan Posted March 18, 2023 Share Posted March 18, 2023 On 3/15/2023 at 10:05 PM, Genrestudio said: At the moment I'm using a Personal Plan, I'll probably switch in the future but I'm fine so far. Thank you a lot for the help. Waiting for the css Add to Design > Custom CSS div.header-nav-item { position: absolute; left: 0; margin: 0 !important; } div.header-nav-item:nth-child(2) { left: 7vw; } div.header-nav-item:nth-child(3) { left: 50%; transform: translateX(-50%); margin: 0 !important; } div.header-nav-item:nth-child(4) { right: 7vw; left: unset !important; } nav>div.header-nav-item:nth-child(5) { right: 0; left: unset !important; margin-right: 0 !important; } .header-title-nav-wrapper, .header-display-desktop, .header-nav, .header-nav-wrapper, .header-nav-list { position: static !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
Genrestudio Posted March 20, 2023 Author Share Posted March 20, 2023 Thank you! Now they're spread among the logo, but I can't find a way to put the voices alligned horizontally with the logo. Link to comment
Solution tuanphan Posted March 21, 2023 Solution Share Posted March 21, 2023 23 hours ago, Genrestudio said: Thank you! Now they're spread among the logo, but I can't find a way to put the voices alligned horizontally with the logo. Move them inline with logo, like 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
Genrestudio Posted March 27, 2023 Author Share Posted March 27, 2023 Thank you very much for your help! Have a nice day Link to comment
tuanphan Posted March 30, 2023 Share Posted March 30, 2023 On 3/27/2023 at 3:38 PM, Genrestudio said: Thank you very much for your help! Have a nice day Did you solve or 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment