RianW Posted May 5, 2022 Share Posted May 5, 2022 Site URL: https://www.meyerwatkins.com/ Does anyone know code to center one specific navigation link? I am looking to have the "Meyer Watkins" brought into the center leaving the logo on the left and the remainder of the navigation to the right. How can I do this? Link to comment
creedon Posted May 5, 2022 Share Posted May 5, 2022 Add the following to Design > Custom CSS. .header-nav-item [href="https://MEYERWATKINS.COM"] { left : 50%; position : absolute; transform : translateX( -50% ); } This is for v7.1 and specific to the posters need. You will need to change the URL if you change it using the SS interface. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
RianW Posted May 6, 2022 Author Share Posted May 6, 2022 This worked perfectly, thank you! Now may be a long shot but any way I can also hide that same link in the mobile menu? Either way thanks a bunch creedon 1 Link to comment
creedon Posted May 6, 2022 Share Posted May 6, 2022 It appears you solved this issue? Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. 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