rachelholdgrafer Posted July 12, 2020 Share Posted July 12, 2020 Site URL: https://courtneyburtonmusic.com/home-redesign Hello! I'm trying to reduce the height of the purple quote section on this page: https://courtneyburtonmusic.com/home-redesign I am new to CSS (and need to learn more--if you have a reputable resource, I'd take the referral) and have tried a number of things, including in the Advanced area for that quote section. <style> section#quote .Index-page-content { padding-top: 50px; padding-bottom: 50px; } </style> Help? :) Link to comment
tuanphan Posted July 12, 2020 Share Posted July 12, 2020 Add to Home > Design > Custom CSS section#quote .Index-page-content { padding-top: 0 !important; padding-bottom: 0 !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
rachelholdgrafer Posted July 13, 2020 Author Share Posted July 13, 2020 Hi @tuanphan I added the CSS as suggested and nothing changed. I notice that the previous person to work on this site added some additional custom CSS--is it possible that their CSS is overriding what we are trying to do? This is what I'm seeing: #banner-area-wrapper { height:450px!important; } #banner-area-wrapper { height:450px!important; } #page-title { font-size:40px !important; } #banner-area { padding-top:0px!important; } section#quote .Index-page-content { padding-top: 0 !important; padding-bottom: 0 !important; } The last bit is the code you gave me. Thanks! Rachel Link to comment
rachelholdgrafer Posted July 13, 2020 Author Share Posted July 13, 2020 Also @tuanphan: What resources would you recommend for a newbie to learn more about CSS? I want to learn more. Link to comment
tuanphan Posted July 15, 2020 Share Posted July 15, 2020 On 7/13/2020 at 9:39 PM, rachelholdgrafer said: Also @tuanphan: What resources would you recommend for a newbie to learn more about CSS? I want to learn more. Teamtreehouse.com ✌️ 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.