earthwindflowermoon Posted November 22, 2021 Share Posted November 22, 2021 (edited) Site URL: https://enlightenedleaders.squarespace.com/ Hello there, I am using the following code to target certain h1's to turn into gradient text... //heading 1 gradient// #block-yui_3_17_2_1_1637561652735_9183 h1 { background: -webkit-linear-gradient(45deg, #5b86e5, #36d1dc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } site password is: MVLF My issue being that the gradient is not filling the entire word. See screenshots of cut-off text... Please help and thank you Edited November 22, 2021 by earthwindflowermoon Link to comment
tuanphan Posted November 23, 2021 Share Posted November 23, 2021 You can set height for h1 @media screen and (min-width:641px) { div#block-yui_3_17_2_1_1637561652735_9183 h1 { display: block; min-height: 140px; } } 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
earthwindflowermoon Posted November 24, 2021 Author Share Posted November 24, 2021 Thank you, it worked great on desktop view. How do I fix this for mobile view? Link to comment
tuanphan Posted November 25, 2021 Share Posted November 25, 2021 20 hours ago, earthwindflowermoon said: Thank you, it worked great on desktop view. How do I fix this for mobile view? Use this for mobile @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1637561652735_9183 h1 { display: block; min-height: 90px; } } 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
earthwindflowermoon Posted November 25, 2021 Author Share Posted November 25, 2021 Thank you again!! 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