Beb1531 Posted December 21, 2020 Posted December 21, 2020 Does anybody know how to change justification on Logo? I've tried making multiple logos and every time I upload it, it gets shrinks it and it gets Justified Left. The entire side bar is set to justify Right and I'd like the logo to line up. I've researched Wells in version 7.0 and Squarespace says: " The logo appears at the top of the navigation sidebar (left or right)" Does anybody know how I might get it move to the right? Thanks in advance —b
derricksrandomviews Posted December 22, 2020 Posted December 22, 2020 You may have to adjust the margin left size. #logo { width: 100%; text-align: right; } @media (min-width: 801px) { #logo { position: fixed; width: calc(100% - 340px); top: 0; margin-left: 240px; box-sizing: border-box; background-color: #ffffff85; padding: .5rem 0; border-bottom: 1px solid #fff; } }
tuanphan Posted December 24, 2020 Posted December 24, 2020 If above code doesn't work, please share your site url. We can check easier. 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.