riyad_ist Posted August 21, 2019 Share Posted August 21, 2019 Im trying to align banner description to be on the left on one page only but I am getting the code wrong. Any assistance appreciated! Thanks Link to comment
tuanphan Posted August 21, 2019 Share Posted August 21, 2019 @riyad_ist Page Description Max width is 50vw. So you can only align left in that range. body#collection-573b5d9e7da24fb15beeb613 .page-description { text-align: left; } you can also use this code to increase Max Width: https://beaverhero.com/harris-squarespace/#AlignLeftPage_Description See how to find Page ID (body#...13 is Page ID. Each page will have different ID). https://beaverhero.com/squarespace-how-to/#HowtoFindPageID 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
riyad_ist Posted August 21, 2019 Author Share Posted August 21, 2019 @tuanphan Thanks for your input! Close but what I meant was for the whole description to be moved to the left of the page rather than center. Does that make sense? The code you provided justifies the text to the left. Link to comment
tuanphan Posted August 21, 2019 Share Posted August 21, 2019 @riyad_ist have you inserted this yet? body#collection-573b5d9e7da24fb15beeb613 .page-text-wrapper.clearfix { max-width: 100% !important; } 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
riyad_ist Posted August 21, 2019 Author Share Posted August 21, 2019 @tuanphan Yes but it didn't work Link to comment
tuanphan Posted August 21, 2019 Share Posted August 21, 2019 @riyaid_ist have you replaced body#....with your page ID yet? 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
riyad_ist Posted August 21, 2019 Author Share Posted August 21, 2019 @tuanphan Yes I did. Still no luck :( Link to comment
tuanphan Posted August 21, 2019 Share Posted August 21, 2019 @riyad_ist Can you share your site url? 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.