cherylr Posted October 23, 2019 Share Posted October 23, 2019 I'd like to include the tagline on the mobile version of my client's Brine site . Can someone help me out? I'd like it to just be under the title, flush left. Working here: https://dove-gazelle-7zj5.squarespace.com password: christina THANKS! Link to comment
tuanphan Posted October 23, 2019 Share Posted October 23, 2019 @cherylr You can use code above, or use this Add to Home > Design > Custom CSS a.Mobile-bar-branding:after { content: "WARDROBE STYLIST New York | Los Angeles"; display: block; margin-top: 20px; font-size: 15px; font-family: monospace; color: #333; } Melonmade_ and sssupers 1 1 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
TDavy Posted November 3, 2020 Share Posted November 3, 2020 @tuanphan Do you have a solution for this for Carson/Tremont template? Link to comment
tuanphan Posted November 3, 2020 Share Posted November 3, 2020 12 minutes ago, TDavy said: @tuanphan Do you have a solution for this for Carson/Tremont template? Can you share site url? We can check easier 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
TDavy Posted November 3, 2020 Share Posted November 3, 2020 (edited) https://www.lucyaosullivan.com/work Edited November 3, 2020 by TDavy new info Link to comment
tuanphan Posted November 3, 2020 Share Posted November 3, 2020 4 hours ago, TDavy said: https://www.lucyaosullivan.com/work Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .site-branding h1 a:after { content: "Tagline"; font-size: 20px; } .site-branding h1 a { display: flex; align-items: center; } } 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
tuanphan Posted November 4, 2020 Share Posted November 4, 2020 On 11/3/2020 at 7:26 AM, TDavy said: https://www.lucyaosullivan.com/work Also I think I have some feedback on your site, hope it helpful. 1. Some page is very long on tablet/mobile, you can add back to top button, easier for users. On the forum there are some answers to this. You can find the solution easily. You can also follow this guide. 2. Mobile: Contact break in new line, you can place it on same line with this CSS /* Bottom navigation text */ @media screen and (max-width:640px) { div#block-5e9b28cff5663576204f { padding-right: 0; } } 3. Tablet. Do you want stack them? 4. Text width seems a bit narrow. Do you want to increase width? Link: https://www.lucyaosullivan.com/hello 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
MrMoodle Posted November 16, 2021 Share Posted November 16, 2021 I'm also having trouble getting my tag line to display on mobile devices. I got it working fine with some code in Page Content > Settings > Advanced code, but as soon as I purchased the plan it stopped working (because apparently you need a Business or Commerce plan to customize code from there?). So I tried putting the code into the Custom CSS under Design, but it wouldn't work. Here's my site: https://flugelhorn-smilodon-b9f6.squarespace.com/ Is there any way to get the tag line to display on the Personal Plan? Link to comment
tuanphan Posted November 18, 2021 Share Posted November 18, 2021 On 11/16/2021 at 11:01 AM, MrMoodle said: I'm also having trouble getting my tag line to display on mobile devices. I got it working fine with some code in Page Content > Settings > Advanced code, but as soon as I purchased the plan it stopped working (because apparently you need a Business or Commerce plan to customize code from there?). So I tried putting the code into the Custom CSS under Design, but it wouldn't work. Here's my site: https://flugelhorn-smilodon-b9f6.squarespace.com/ Is there any way to get the tag line to display on the Personal Plan? Which code you added to Custom CSS? 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