Guest Posted September 8, 2019 Share Posted September 8, 2019 I want to left align the blue-colored text on my page so it doesn't appear over my picture. Appreciate any help that I can get! Here is my website: https://helix-apricots-pabf.squarespace.com Link to comment
tuanphan Posted September 8, 2019 Share Posted September 8, 2019 @mudit Add to Home > Design > Custom CSS div#collectionDesc { width: 92%; } .homepage .collection-nav-desc-wrapper.too-tall.show { text-align: left !important; } See how to insert if you don't know: https://beaverhero.com/squarespace-how-to/#HowtoInsertCustomCSS 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
Guest Posted September 8, 2019 Share Posted September 8, 2019 That made the "I live in" text go from 2 lines to 1 line. I was aiming for the same 2 line format but aligned to the left. Would also love to the keep the "Hi" text left aligned. Link to comment
Guest Posted September 8, 2019 Share Posted September 8, 2019 That made the "I live in" text go from 2 lines to 1 line. I was aiming for the same 2 line format but aligned to the left. Would also love to the keep the "Hi" text left aligned. Link to comment
tuanphan Posted September 8, 2019 Share Posted September 8, 2019 @mudit Remove above code and use div#collectionDesc { text-align: left; } 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
Guest Posted September 8, 2019 Share Posted September 8, 2019 Thanks @tuanphan. The text is now left aligned but still not aligned to the left of the screen. Is it possible to shift it to the left so it's aligned to the left, just like my name on top is aligned to the left? Link to comment
Guest Posted September 8, 2019 Share Posted September 8, 2019 Thanks @tuanphan. The text is now left aligned but still not aligned to the left of the screen. Is it possible to shift it to the left so it's aligned to the left, just like my name on top is aligned to the left? Link to comment
tuanphan Posted September 8, 2019 Share Posted September 8, 2019 @mudit Your content block is limited width. If you look closely, the code I sent first will increase the width, but it will also split the second text into one line. You can use the code first, and then add this code to the text to make it into 2 lines I live in Berkeley, CA, and love to <br/> design purposeful digital products. This mean, add this to Home > Design > CUstom CSS div#collectionDesc { width: 92%; } .homepage .collection-nav-desc-wrapper.too-tall.show { text-align: left !important; } Then edit your text I live in Berkeley, CA, and love to <br/> design purposeful digital products. 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
Guest Posted September 8, 2019 Share Posted September 8, 2019 Almost getting there—I tried adding <br> to the text but it's not behaving like code. Where do I add <br> so it behaves like code? Link to comment
Guest Posted September 8, 2019 Share Posted September 8, 2019 Almost getting there—I tried adding <br> to the text but it's not behaving like code. Where do I add <br> so it behaves like code? Link to comment
tuanphan Posted September 8, 2019 Share Posted September 8, 2019 @mudit add this code to handle "i live in..." :-D .homepage div#collectionDesc p:last-child { width: 50%; } 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
Archived
This topic is now archived and is closed to further replies.