zachyp Posted March 25, 2022 Share Posted March 25, 2022 Site URL: https://zachparola.com/pottery-barn-new How do I use custom CSS to expand the width, let's say 60vw, of this page description on a York project page? Seems I'm being limited by some kind of wrapper and I'm not able to identify the proper target. I've tried .page-text-wrapper but there is something overriding it. I want this rule to apply to all of my project pages. Link to comment
Solution tuanphan Posted March 29, 2022 Solution Share Posted March 29, 2022 It has 33vw width limit. You can remove it by adding this to Design > Custom CSS /* York Page description width */ .page-text-wrapper.clearfix { max-width: 65vw !important; } zachyp 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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