Julianne Posted September 22, 2020 Share Posted September 22, 2020 (edited) Site URL: https://www.karenlefrak.com/symphonic-compositions Hi! The text for audio players unfortunately isn't designed to wrap (as I understand it). This is a problem for Karen LeFrak's website (https://www.karenlefrak.com/symphonic-compositions) as on smaller screens (namely iPad, but also if you make a desktop browser width smaller) the text flows outside of the audio player box. I'm attaching a screenshot as an example. I contacted Squarespace about this problem and they said it is just the way it is, so I need to please find a coding solution. Any help is MUCH appreciated. I'm quite frustrated. Thank you! I should add that I am using Squarespace 7.1, if that is helpful. Edited September 22, 2020 by Julianne Added Squarespace version Link to comment
tuanphan Posted September 23, 2020 Share Posted September 23, 2020 I think you should change to 2 columns/row on smaller screen only. If you like this idea, we can give the code. 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
Julianne Posted September 24, 2020 Author Share Posted September 24, 2020 Thanks @tuanphan! Sure - if that's the best available solution, I would love the code for that. I'm thinking the 2 columns would be only for iPad/tablet-width screens. iPhones automatically go down to 1 column which is fine and I'd like to leave 4 columns for desktop. Does that make sense? Link to comment
tuanphan Posted September 25, 2020 Share Posted September 25, 2020 21 hours ago, Julianne said: Thanks @tuanphan! Sure - if that's the best available solution, I would love the code for that. I'm thinking the 2 columns would be only for iPad/tablet-width screens. iPhones automatically go down to 1 column which is fine and I'd like to leave 4 columns for desktop. Does that make sense? Add to Home > Design > Custom CSS @media screen and (max-width:991px) and (min-width:768px) { div#page-section-5ed550a73422bd7ab0f6aab0 .span-6 { width: 100%; } } 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
Julianne Posted September 25, 2020 Author Share Posted September 25, 2020 6 hours ago, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:991px) and (min-width:768px) { div#page-section-5ed550a73422bd7ab0f6aab0 .span-6 { width: 100%; } } Thank you so very much @tuanphan. This worked! So appreciative of your help! 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