mathildeeeeee Posted December 14, 2020 Share Posted December 14, 2020 Site URL: https://www.inspirewellnessandnutrition.com/our-suggestions Hey guys! I am trying to design this resources page with thumbnail images and descriptive text. I would live the text to appear when hovering on images. Right now, the text (title) is not full when hovering. It's only showing an excerpt in the box and the full text in a separate grey box. (see screenshot) Could you please help me with the CSS? Or is there better option for same results? Thank you in advance! Beyondspace 1 Link to comment
Beyondspace Posted December 14, 2020 Share Posted December 14, 2020 1 hour ago, mathildeeeeee said: Site URL: https://www.inspirewellnessandnutrition.com/our-suggestions Hey guys! I am trying to design this resources page with thumbnail images and descriptive text. I would live the text to appear when hovering on images. Right now, the text (title) is not full when hovering. It's only showing an excerpt in the box and the full text in a separate grey box. (see screenshot) Could you please help me with the CSS? Or is there better option for same results? Thank you in advance! Try to add this into Design->Custom css .sqs-gallery.sqs-gallery-design-grid .slide .margin-wrapper:hover .image-slide-title { white-space: initial; text-overflow: initial; padding-top: 10%; height: 30%; } tuanphan 1 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, Lightbox Studio pluginIf 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
mathildeeeeee Posted December 15, 2020 Author Share Posted December 15, 2020 @bangank36 thank you!!! 😁 Beyondspace 1 Link to comment
tuanphan Posted December 20, 2020 Share Posted December 20, 2020 @mathildeeeeee I see on tablet, navigation contact us item break to new line. You can add this to Design > Custom CSS to make all on same line. /* Nav same line */ @media screen and (max-width:900px) and (min-width:641px) { div#topNav li { margin-left: 5px; font-size: 12px; } } 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
mathildeeeeee Posted January 5, 2021 Author Share Posted January 5, 2021 On 12/20/2020 at 9:19 AM, tuanphan said: @mathildeeeeee I see on tablet, navigation contact us item break to new line. You can add this to Design > Custom CSS to make all on same line. /* Nav same line */ @media screen and (max-width:900px) and (min-width:641px) { div#topNav li { margin-left: 5px; font-size: 12px; } } thanks @tuanphan 😉 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