Guest Posted April 22, 2021 Share Posted April 22, 2021 Site URL: https://modernbusiness.squarespace.com Is it possible to change the logo position in the 7.0 Brine theme? Picture in the attachment. Link to comment
Beyondspace Posted April 23, 2021 Share Posted April 23, 2021 12 hours ago, kristobans said: Site URL: https://modernbusiness.squarespace.com Is it possible to change the logo position in the 7.0 Brine theme? Picture in the attachment. like so? @media only screen and (min-width: 768px) { [data-nc-container="top-left"] { position: relative; top: 50px; z-index: 9999; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Solution Guest Posted April 24, 2021 Solution Share Posted April 24, 2021 On 4/23/2021 at 5:36 AM, bangank36 said: like so? @media only screen and (min-width: 768px) { [data-nc-container="top-left"] { position: relative; top: 50px; z-index: 9999; } } Hey. Brilliant. Thank you. Link to comment
tuanphan Posted April 25, 2021 Share Posted April 25, 2021 @kristobans I see on mobile, 2021 - contact is not same line. You can add this CSS to make them same line /* footer mobile */ @media screen and (max-width:767px) { div#footerBlocksBottom>.row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } div#footerBlocksBottom>.row:before, div#footerBlocksBottom>.row:after { display: none; } } 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
Guest Posted April 25, 2021 Share Posted April 25, 2021 1 hour ago, tuanphan said: @kristobans I see on mobile, 2021 - contact is not same line. You can add this CSS to make them same line /* footer mobile */ @media screen and (max-width:767px) { div#footerBlocksBottom>.row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } div#footerBlocksBottom>.row:before, div#footerBlocksBottom>.row:after { display: none; } } Hi. Brilliant. Thank you so much for that. It worked and it looks much better now. Cheers. 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