KTB Posted June 15, 2021 Posted June 15, 2021 Site URL: https://chiickenk.com/ I'm using the Wells template, where the sidebar content is aligned to the top left, and subnavigation elements open downwards. Is there a way to align the sidebar content to the bottom and have it open upwards? I made quick mockups as to how I want it to look, attached here. Thanks!
creedon Posted June 16, 2021 Posted June 16, 2021 Add the following to Design > Custom CSS. @media only screen and ( min-width : 801px ) { body.sidebar-position-left #headerWrapper { bottom : 40px; top : unset !important; } } This is for v7.0 using the Wells template. 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.
KTB Posted June 16, 2021 Author Posted June 16, 2021 Follow-up question, is there a way to keep the header where it is on mobile and only apply this to web?
creedon Posted June 16, 2021 Posted June 16, 2021 I have updated my code post. 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.