lara_e Posted March 14, 2023 Share Posted March 14, 2023 Hey, I have a mindbody reviews widget my clients want to use on their website. I cannot figure out how to reduce the white space that is part of the iframe. Any ideas would be so helpful. website https://ascentstrength.squarespace.com/ password ascent The widget is 3/4 of the way down. I would also like to style the words Customer Reviews. Thanks so much! Lara | Web Designer for Heart-Led Brands 🔗 Birch & Bud Design Co ☕ Say Thanks For The Help 📆 Book a Design Day and Skip the Tech Headache 📖 My Favourite Business Resources </> Standout Squarespace Member + Alum | Squarespace Circle Member Link to comment
Solution tossup Posted March 14, 2023 Solution Share Posted March 14, 2023 @lara_e If the iframe is embedded, you should check if there are any styles on the embedded iframe and change the "height" and "min-height" to something like 355px or whatever you think is appropriate. Depending on how it's embedded these CSS styles may help, or not ¯\_(ツ)_/¯ iframe#iFrameResizer0 { height: 355px !important; min-height: 355px !important; } #iFrameResizer0.review-heading { font-size: 20px; color: #000 !important; } Link to comment
lara_e Posted March 15, 2023 Author Share Posted March 15, 2023 @tossup thank you so much, that worked!! Lara | Web Designer for Heart-Led Brands 🔗 Birch & Bud Design Co ☕ Say Thanks For The Help 📆 Book a Design Day and Skip the Tech Headache 📖 My Favourite Business Resources </> Standout Squarespace Member + Alum | Squarespace Circle Member Link to comment
TheBrandMethod Posted March 16, 2023 Share Posted March 16, 2023 (edited) @lara_e To style the 'Customer Reviews' text, does the below work for you (adding any other style parameters between the {} brackets. .review-heading { font-family: 'Font Name';} Edited March 16, 2023 by TheBrandMethod Typo 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