PMDesigner Posted September 5, 2019 Share Posted September 5, 2019 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. Link to comment
paul2009 Posted September 5, 2019 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. About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
PMDesigner Posted September 5, 2019 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 comment
PMDesigner Posted September 5, 2019 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 comment
paul2009 Posted September 6, 2019 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; } About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.