Robert914 Posted October 24, 2020 Share Posted October 24, 2020 Hi, I'm having issues with a sliding vertical text animation on the landing page of a client's website. The "sentence" class is able to wrap to reduced widths but the "slidingVertical" class keeps getting cut off. What can I do to resolve this issue? I would like the animation to wrap seamlessly at all widths. Thanks! The website is quetico.squarespace.com Password is Lakers <section class="wrapper"> <h2 class="sentence">A Global Leader in <div class="slidingVertical"> <span> 3PL</span> <span> Trading</span> <span> Manufacturing</span> <span> Warehousing</span> <span> Distribution</span> </div> </h2> Link to comment
rwp Posted October 25, 2020 Share Posted October 25, 2020 .sentence { font-size: min(5vw, 55px); } Link to comment
Robert914 Posted October 25, 2020 Author Share Posted October 25, 2020 The sentence is able to adjust, but the sliding vertical animation keeps getting cut off. 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