brianbyrne7 Posted November 14, 2020 Posted November 14, 2020 Site URL: https://chinchilla-chicken-nanw.squarespace.com/ Hi, I've looked but cannot find instructions / code to move my logo so that it lines up with the text below. See screenshot Really appreciate any help! Thanks, Brian
creedon Posted November 14, 2020 Posted November 14, 2020 Please post your site-wide password so we can take a look at your 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.
creedon Posted November 15, 2020 Posted November 15, 2020 Add the following to Design > Custom CSS. .header-title-nav-wrapper { margin-left: 5vw; } 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.
brianbyrne7 Posted November 15, 2020 Author Posted November 15, 2020 Worked perfectly - thank you very much Creedon!
brianbyrne7 Posted November 15, 2020 Author Posted November 15, 2020 @creedon Unfortunately, the knock on effect is that now the hamburger on the mobile version is pushed off the screen by 50%. Is there a way to only apply that code to desktop?
tuanphan Posted November 16, 2020 Posted November 16, 2020 9 hours ago, brianbyrne7 said: @creedon Unfortunately, the knock on effect is that now the hamburger on the mobile version is pushed off the screen by 50%. Is there a way to only apply that code to desktop? Edit above code @media screen and (min-width:992px) { .header-title-nav-wrapper { margin-left: 5vw; } } 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!)
creedon Posted November 16, 2020 Posted November 16, 2020 It looks like @tuanphan has you covered! 🙂 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.