hhtraylor53 Posted May 22, 2022 Share Posted May 22, 2022 Site URL: https://octahedron-grasshopper-7fpn.squarespace.com/ I want to declutter the menu bar in the header of my site. I'd like to move the social links to either above or above. I'm leaning towards above. Preferably above the 'Book Now' button. Link to comment
derricksrandomviews Posted May 22, 2022 Share Posted May 22, 2022 That takes some code, which I can't come up with at the moment. Did you consider changing the header layout and putting the Nav bar in the middle of the header? The social icons will stay in place. Link to comment
Solution creedon Posted May 22, 2022 Solution Share Posted May 22, 2022 (edited) You may not be able to get the exact effect you want with CSS alone because of the way the elements are structured. But some things can be done. Add the following to Design > Custom CSS. .header-actions--right { flex-direction : column; gap : 1em; } The navigation items could be aligned to top, middle (default), or bottom. But they can't be aligned in relation to the social icons or the CTA button. They are in different elements. Although margins and padding might be used to approximate crudely "alignment". In the following image we see two majors elements. Edited May 23, 2022 by creedon Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
hhtraylor53 Posted May 22, 2022 Author Share Posted May 22, 2022 @creedon That worked thank you! creedon 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