Enzoxs Posted August 2, 2022 Share Posted August 2, 2022 Site URL: https://www.enzoxsvisuals.co.uk/ Hi, I was wondering if there's a way to resize portfolio simple titles to fit on one line? It's really annoying me that I get widows on their own lines on different devices. Thanks in advance, Enzo Link to comment
Beyondspace Posted August 2, 2022 Share Posted August 2, 2022 14 hours ago, Enzoxs said: Site URL: https://www.enzoxsvisuals.co.uk/ Hi, I was wondering if there's a way to resize portfolio simple titles to fit on one line? It's really annoying me that I get widows on their own lines on different devices. Thanks in advance, Enzo I check that they are fine at the moment. Have you figured it out? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Enzoxs Posted August 2, 2022 Author Share Posted August 2, 2022 2 minutes ago, bangank36 said: I check that they are fine at the moment. Have you figured it out? When on a mobile device some of the titles spill onto another line, increasing the spacing between the photos. Also, is there a way to remove the tiles when viewing on a mobile device? Link to comment
Solution tuanphan Posted August 4, 2022 Solution Share Posted August 4, 2022 On 8/2/2022 at 10:00 PM, Enzoxs said: When on a mobile device some of the titles spill onto another line, increasing the spacing between the photos. Also, is there a way to remove the tiles when viewing on a mobile device? How about cutting text to ....? Like this Add to Design > Custom CSS @media screen and (max-width:767px) { h3.portfolio-title { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } } 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
Enzoxs Posted August 15, 2022 Author Share Posted August 15, 2022 On 8/4/2022 at 9:02 AM, tuanphan said: How about cutting text to ....? Like this Add to Design > Custom CSS @media screen and (max-width:767px) { h3.portfolio-title { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } } Thanks so much! This works well tuanphan 1 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