cmography Posted March 2, 2020 Share Posted March 2, 2020 Site URL: https://agicreative.com/info/team Site Password: password I have some animated copy in the banner area on my site and I want to control that the text around it doesn't move with the animated text animates. Essentially, you see "Driven By" move every time the animated text moves to accommodate the spacing. I am hoping that I can make the animated text stay left aligned to keep the "Driven By" static. Here is the code I am using for the animated text: <section class="sp-intro"> <h1 class="sp-headline slide"> <span>We're a team of image makers, <pbr>driven by <span> <span class="sp-words-wrapper"> <b class="is-visible">creativity.</b> <b>Coffee.</b> <b>Family.</b> <b>Music.</b> <b>Tacos.</b> <b>Video Games.</b> <b>Adventure.</b> <b>Art.</b> <b>Science.</b> <b>Beer.</b> <b>Nature.</b> <b>Travel.</b> <b>Lighting.</b> <b>Laughter.</b> <b>Puppies.</b> <b>Relationships.</b> <b>Collaboration.</b> <b>Whiskey.</b> <b>Technology.</b> <b>Design.</b> </span> </h1> </section> Link to comment
tuanphan Posted March 2, 2020 Share Posted March 2, 2020 Try editing your code <span>We're a team of image makers, <pbr>driven by <span> to <span>We're a team of image makers, <pbr><span style="display:block;">driven by</span> <span> 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
cmography Posted March 2, 2020 Author Share Posted March 2, 2020 24 minutes ago, tuanphan said: Try editing your code <span>We're a team of image makers, <pbr>driven by <span> to <span>We're a team of image makers, <pbr><span style="display:block;">driven by</span> <span> Thank you for this, but unfortunately is just moved the animated text below the other text. Link to comment
tuanphan Posted March 2, 2020 Share Posted March 2, 2020 The problem is due to the width limit. The solution here is to move drive by to new row, or increase the width of the entire block of text. 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
cmography Posted March 3, 2020 Author Share Posted March 3, 2020 17 hours ago, tuanphan said: The problem is due to the width limit. The solution here is to move drive by to new row, or increase the width of the entire block of text. That makes sense, thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.