chrismbrock Posted September 12, 2022 Share Posted September 12, 2022 Site URL: https://www.thearticulatefly.com/home-2022 Hello, My client wants to have his logo in the middle of the navigation links where he has 4 links on each side of the logo. Here's the site: https://www.thearticulatefly.com/home-2022 Currently it looks like I can not position or center the logo in-between the links. Is there a code I can inject to resolve this? Thank you, Chris Link to comment
tuanphan Posted September 17, 2022 Share Posted September 17, 2022 Hi, Do you use Personal or Business Plan? each plan will have a different approach for this. chrismbrock 1 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
chrismbrock Posted September 19, 2022 Author Share Posted September 19, 2022 Hi, the site uses a business plan. Link to comment
Solution tuanphan Posted September 20, 2022 Solution Share Posted September 20, 2022 Add this to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('nav.Header-nav--primary').clone().insertBefore('[data-nc-container="top-left"]'); }); </script> <style> div.Header-inner>nav:first-child>div>a:nth-child(n+5) { display: none !important; } [data-nc-container="top-center"] nav a:nth-child(-n+4) { display: none; } </style> 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
chrismbrock Posted September 22, 2022 Author Share Posted September 22, 2022 Thank you! tuanphan 1 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