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 - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
Guest Posted April 24, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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
Archived
This topic is now archived and is closed to further replies.