OtiD Posted May 21 Share Posted May 21 I posted this as part of another forum inquiry I have, but hoping separating it will make it easier/quicker. I was hoping to get help with my 'ALT HELP' project (bottom of the index page) that is not only breaking words on Tablet View but also arbitrarily w/o a hyphen. I would like words to not break at all and just jump down to the next line, or in this instance where it's only one word, hyphenated. Attaching a picture of one example (on the right of the page). https://parrot-decagon-ayt6.squarespace.com/ PW: imthebest Link to comment
Solution tuanphan Posted May 23 Solution Share Posted May 23 Try this to Website > Website Tools > Custom CSS @media screen and (max-width:900px) and (min-width:641px) { div#block-yui_3_17_2_1_1716335710381_37787+.row>.span-3 .span-2 { width: 100% !important; } div#block-yui_3_17_2_1_1716335710381_37787+.row>.span-3 .span-1 { display: none; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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