PMDesigner 76 Share Posted September 5, 2019 (edited) Is there a simple way to make the banner text shrink in size when the screen shrinks instead of wrapping, and dropping a line? I am using the Bedford Template. Edited September 5, 2019 by PMDesigner Initial Revision Link to post
0 paul2009 29,756 Solution Share Posted September 5, 2019 You can set the font size using viewport width (vw) units instead of pixels (68px by default). These units specify a size relative to the width of the browser's viewport. As an example, add this to Design > Custom CSS and then gradually reduce the width of your browser window: .desc-wrapper p>strong, .desc-wrapper p>em>strong { font-size: 4vw; } I hope that helps -Paul Squarespace Expert & Professional Developer Contributors to this forum voluntarily give their time to help you. If we correctly answer your question, please accept the answer by clicking Accept below it (you'll see it when you're logged on). If an answer doesn't help, feel free to ask for more help or wait for other forum users to add their comments and/or answers. Whenever an accepted answer helps you, please vote it up using the up arrow on the right. This helps other forum users by giving them confidence in an answer. Hi, I'm Paul, founder of SF Digital, a specialist company helping Squarespace users by building the features that Squarespace didn't include™. Explore our range of Squarespace Extensions, including the Wishlist, and Datepicker Extension or book a Squarespace Expert for 1:1 help. Note that links in my posts may be affiliate links. Link to post
0 PMDesigner 76 Author Share Posted September 5, 2019 Hey, thanks for the response! This is working quite nicely. One more thing I do want to ask, How would you increase the maximum width of the banner text so that the text goes all the way out to the edge of the screen? Right now it seems like the width of the text will not go past a certain point. Thanks. Link to post
0 PMDesigner 76 Author Share Posted September 5, 2019 Hey, thanks for the response! This is working quite nicely. One more thing I do want to ask, How would you increase the maximum width of the banner text so that the text goes all the way out to the edge of the screen? Right now it seems like the width of the text will not go past a certain point. Thanks. Link to post
0 paul2009 29,756 Share Posted September 6, 2019 The left and right margins are by design. You can reduce them by increasing the maximum width beyond 956 pixels. .desc-wrapper { max-width: 956px; margin: 0 auto; } Hi, I'm Paul, founder of SF Digital, a specialist company helping Squarespace users by building the features that Squarespace didn't include™. Explore our range of Squarespace Extensions, including the Wishlist, and Datepicker Extension or book a Squarespace Expert for 1:1 help. Note that links in my posts may be affiliate links. Link to post
Question
PMDesigner 76
Is there a simple way to make the banner text shrink in size when the screen shrinks instead of wrapping, and dropping a line?
I am using the Bedford Template.
Edited by PMDesignerInitial Revision
Link to post
Top Posters For This Question
3
2
Popular Days
Sep 5
4
Sep 6
1
Top Posters For This Question
PMDesigner 3 posts
paul2009 2 posts
Popular Days
Sep 5 2019
4 posts
Sep 6 2019
1 post
4 answers to this question
Recommended Posts