Niamhhi Posted June 24, 2021 Share Posted June 24, 2021 Site URL: https://www.morrisseysofdoonbeg.ie/ Hi everyone, My logo is boxed with two lines coming out of either side. I need the lines to appear to stretch the complete width of the screen. Any help would be greatly appreciated. Link to comment
Beyondspace Posted June 26, 2021 Share Posted June 26, 2021 On 6/25/2021 at 3:53 AM, Niamhhi said: Site URL: https://www.morrisseysofdoonbeg.ie/ Hi everyone, My logo is boxed with two lines coming out of either side. I need the lines to appear to stretch the complete width of the screen. Any help would be greatly appreciated. try adding this to design- custom css @media only screen and (max-width: 640px) { .header-display-mobile { display: block; } .header-title-logo { padding-left: 0 !important; } } tuanphan and Niamhhi 1 1 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
tuanphan Posted July 3, 2021 Share Posted July 3, 2021 On 6/25/2021 at 3:53 AM, Niamhhi said: Site URL: https://www.morrisseysofdoonbeg.ie/ Hi everyone, My logo is boxed with two lines coming out of either side. I need the lines to appear to stretch the complete width of the screen. Any help would be greatly appreciated. Do you need support on these? Site URL: https://www.morrisseysofdoonbeg.ie/ 1. (Mobile/Tablet) Don’t see the gift voucher button 2. Need resize header on scroll? 3. (Tablet-Footer) Make email not break? 4. (Tablet-Homepage) Center Online Waitlist? 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
Niamhhi Posted July 8, 2021 Author Share Posted July 8, 2021 On 7/3/2021 at 9:58 AM, tuanphan said: Do you need support on these? Site URL: https://www.morrisseysofdoonbeg.ie/ 1. (Mobile/Tablet) Don’t see the gift voucher button 2. Need resize header on scroll? 3. (Tablet-Footer) Make email not break? 4. (Tablet-Homepage) Center Online Waitlist? Yes please, 2, 3 & 4 That would be great thank you! Link to comment
tuanphan Posted July 10, 2021 Share Posted July 10, 2021 On 7/9/2021 at 1:29 AM, Niamhhi said: Yes please, 2, 3 & 4 That would be great thank you! Add to Design > Custom CSS /* q2 resize header on scroll */ header#header img { transition: all 0.3s; } header#header.shrink img { max-height: 100px; transition: all 0.3s; } header#header.shrink .header-announcement-bar-wrapper { padding-top: 0 !important; padding-bottom: 0 !important; } Q3. Add to Design > Custom CSS /* tablet email not break */ @media screen and (max-width:991px) and (min-width:768px) { div#block-972c1acd264cf5b62a2e { padding-left: 0; } div#block-972c1acd264cf5b62a2e a { white-space: nowrap; position: relative; left: -20px; } } 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