rachelholdgrafer 0 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 post
0 tuanphan 9,350 Share Posted July 12, 2020 Add to Home > Design > Custom CSS section#quote .Index-page-content { padding-top: 0 !important; padding-bottom: 0 !important; } You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
0 rachelholdgrafer 0 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 post
0 rachelholdgrafer 0 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 post
0 tuanphan 9,350 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 ✌️ You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
Question
rachelholdgrafer 0
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 post
Top Posters For This Question
3
2
Popular Days
Jul 12
2
Jul 13
2
Jul 15
1
Top Posters For This Question
rachelholdgrafer 3 posts
tuanphan 2 posts
Popular Days
Jul 12 2020
2 posts
Jul 13 2020
2 posts
Jul 15 2020
1 post
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment