imjoshwill Posted January 4, 2022 Share Posted January 4, 2022 Site URL: https://vuvuzela-horse-w33t.squarespace.com Couple issue's I'm hoping to get some help with. The first being the alignment of my logo, as you can see from the screenshot attached - it aligns slightly to the right when viewed on mobile. I found some suggested code in a previous post (attached) but that hasn't worked either. The second issue is my headings, when viewed on mobile they hyphenate, when in reality I'd like them to automatically rescale when viewed on mobile so they remain on a single line. Hope this all makes sense & thank you in advance! Link to comment
Beyondspace Posted January 4, 2022 Share Posted January 4, 2022 Just now, imjoshwill said: Site URL: https://vuvuzela-horse-w33t.squarespace.com Couple issue's I'm hoping to get some help with. The first being the alignment of my logo, as you can see from the screenshot attached - it aligns slightly to the right when viewed on mobile. I found some suggested code in a previous post (attached) but that hasn't worked either. The second issue is my headings, when viewed on mobile they hyphenate, when in reality I'd like them to automatically rescale when viewed on mobile so they remain on a single line. Hope this all makes sense & thank you in advance! What is your password? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
imjoshwill Posted January 4, 2022 Author Share Posted January 4, 2022 9 minutes ago, bangank36 said: What is your password? Site is now public Link to comment
tuanphan Posted January 5, 2022 Share Posted January 5, 2022 Add to Design > Custom CSS /* align center mobile logo */ .header-mobile-logo { padding-left: 0px !important; } /* Mobile items */ @media screen and (max-width:767px) { div#page-section-615aed50c69f6b69e2603b9d h1 { font-size: 55px; } } 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
imjoshwill Posted January 6, 2022 Author Share Posted January 6, 2022 On 1/5/2022 at 1:52 AM, tuanphan said: Add to Design > Custom CSS /* align center mobile logo */ .header-mobile-logo { padding-left: 0px !important; } /* Mobile items */ @media screen and (max-width:767px) { div#page-section-615aed50c69f6b69e2603b9d h1 { font-size: 55px; } } I've inserted this code however I'm missing a closing "}" (See attachment). Link to comment
Solution tuanphan Posted January 8, 2022 Solution Share Posted January 8, 2022 On 1/6/2022 at 5:34 PM, imjoshwill said: I've inserted this code however I'm missing a closing "}" (See attachment). Move Line 06 - Line 14 to under Line 15 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment