ChiroUp Posted October 20, 2021 Share Posted October 20, 2021 So right now I have my main navigation bar left-aligned, which is how I want it. However, I want one item in the main navigation right-aligned (Log in) next to my "Try for free" button. Is this possible? And if so, what custom css would I use? Link to comment
Wolfsilon Posted October 20, 2021 Share Posted October 20, 2021 Hello, If you could share a link to your website with this navigation in question it would be easier for us to help you. With out seeing the code or issue in context, it will be too difficult to eye-ball it. Thanks, Dan Link to comment
ChiroUp Posted October 21, 2021 Author Share Posted October 21, 2021 Hello, my site is still in private mode since I'm working on it. Is there anything you recommend doing? Link to comment
tuanphan Posted October 22, 2021 Share Posted October 22, 2021 On 10/21/2021 at 8:32 PM, ChiroUp said: Hello, my site is still in private mode since I'm working on it. Is there anything you recommend doing? You can setup password & share url. We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ChiroUp Posted October 22, 2021 Author Share Posted October 22, 2021 51 minutes ago, tuanphan said: You can setup password & share url. We can check easier https://harp-roadrunner-6sxc.squarespace.com/ Password: 123456 Link to comment
tuanphan Posted October 25, 2021 Share Posted October 25, 2021 On 10/22/2021 at 9:54 PM, ChiroUp said: https://harp-roadrunner-6sxc.squarespace.com/ Password: 123456 Add to Design > Custom CSS .header-layout-nav-right .header-nav-list { display: flex; justify-content: flex-start; } .header-layout-nav-right .header-nav-item:last-child { margin-left: auto !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ChiroUp Posted October 25, 2021 Author Share Posted October 25, 2021 9 hours ago, tuanphan said: Add to Design > Custom CSS .header-layout-nav-right .header-nav-list { display: flex; justify-content: flex-start; } .header-layout-nav-right .header-nav-item:last-child { margin-left: auto !important; } Awesome! It worked. Thank you so much!! 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