NickLob Posted October 23, 2021 Share Posted October 23, 2021 Site URL: http://www.lobuzzettacopy.com Hello, So I have custom CSS so I can show the logo and site title simultaneously. But when on mobile it looks strange. Is there some CSS that I can add to move the Site Title only on mobile and maybe even change the size? CSS: .header-title-logo a:after { content: "Lobuzzetta Copy - Giving Your Copy A Lotta Buzz"; display: inline-block; font-size: 20px; font-family: 'proxima-nova'; color: #000; text-align: center; vertical-align: middle; font-weight: 500; padding-left: 15px; } .header-title-logo img { vertical-align: middle; } Beyondspace 1 Link to comment
Beyondspace Posted October 23, 2021 Share Posted October 23, 2021 1 hour ago, NickLob said: Site URL: http://www.lobuzzettacopy.com Hello, So I have custom CSS so I can show the logo and site title simultaneously. But when on mobile it looks strange. Is there some CSS that I can add to move the Site Title only on mobile and maybe even change the size? CSS: .header-title-logo a:after { content: "Lobuzzetta Copy - Giving Your Copy A Lotta Buzz"; display: inline-block; font-size: 20px; font-family: 'proxima-nova'; color: #000; text-align: center; vertical-align: middle; font-weight: 500; padding-left: 15px; } .header-title-logo img { vertical-align: middle; } I think hide the title on mobile should work @media only screen and (min-width: 640px) { .header-title-logo a:after { content: "Lobuzzetta Copy - Giving Your Copy A Lotta Buzz"; display: inline-block; font-size: 20px; font-family: 'proxima-nova'; color: #000; text-align: center; vertical-align: middle; font-weight: 500; padding-left: 15px; } .header-title-logo img { vertical-align: middle; } } tuanphan 1 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
NickLob Posted October 23, 2021 Author Share Posted October 23, 2021 Is there any way to edit it on mobile so I can keep it there? Link to comment
Beyondspace Posted October 23, 2021 Share Posted October 23, 2021 4 minutes ago, NickLob said: Is there any way to edit it on mobile so I can keep it there? Do you want it to be smaller on mobile? 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
NickLob Posted October 23, 2021 Author Share Posted October 23, 2021 Yes sir. Smaller and maybe move it around to fill in empty space. Link to comment
Beyondspace Posted October 23, 2021 Share Posted October 23, 2021 Is it your desired result? 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
NickLob Posted October 23, 2021 Author Share Posted October 23, 2021 Omg yes I love that! Link to comment
tuanphan Posted October 25, 2021 Share Posted October 25, 2021 On 10/23/2021 at 8:09 PM, NickLob said: Omg yes I love that! Add to Design > Custom CSS @media screen and (max-width:767px) { .header-title-logo a { display: flex; align-items: center; } .header-title-logo a:after { text-align: left; font-size: 16px; } } 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