Guest Posted February 13, 2020 Share Posted February 13, 2020 Site URL: https://grape-fiddle-5tas.squarespace.com/ Hi – I've been working on a site for a client and would love help on how to: 1) Make the header links a little bigger 2) Make there be overall less vertical padding between the different text blocks throughout. (It's just all so spread-out feeling.) Any suggestions would be greatly appreciated. Link to comment
tuanphan Posted February 13, 2020 Share Posted February 13, 2020 1. Add to Home > Design > Custom CSS .header-nav-item a { font-size: 20px; } 2. Which text block? 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
Guest Posted February 18, 2020 Share Posted February 18, 2020 Thank you so much! So here's a screenshot of the two blocks I'd like less vertical padding on: above/below the white text (starting with "I am a licensed Marriage..." and ending with "... and happiness" -- and then the gold-background text below it, above "Specializing in:" Link to comment
tuanphan Posted February 18, 2020 Share Posted February 18, 2020 Add to Home > Design > Custom CSS [data-section-id="5e30fb2ee315a3403828172f"] { padding-top: 10px !important; padding-bottom: 10px !important; } [data-section-id="5e310f240fffb84a49071e4f"] { padding-top: 5px !important; padding-bottom: 5px !important; } 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
Guest Posted February 22, 2020 Share Posted February 22, 2020 Thank you so much -- I was able to adjust my header, plus the block of black text on white background. If you have a second and could answer one more thing -- the lower custom code (ending in e4f) did not reduce the padding size. Is there possibly another code I could customize with? Link to comment
tuanphan Posted February 23, 2020 Share Posted February 23, 2020 On 2/22/2020 at 8:22 AM, SFdesigner said: Thank you so much -- I was able to adjust my header, plus the block of black text on white background. If you have a second and could answer one more thing -- the lower custom code (ending in e4f) did not reduce the padding size. Is there possibly another code I could customize with? [data-section-id="5e310f240fffb84a49071e4f"] .content-wrapper { padding-top: 5px !important; padding-bottom: 5px !important; } 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
KatieB_therapy Posted March 23, 2020 Share Posted March 23, 2020 Thank you so much -- this worked! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.