Beb1531 Posted December 21, 2020 Share 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 Link to comment
derricksrandomviews Posted December 22, 2020 Share 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; } } Link to comment
tuanphan Posted December 24, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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