tiffanyapril Posted October 18, 2021 Share Posted October 18, 2021 Site URL: https://principaldancer.squarespace.com/ Site: https://principaldancer.squarespace.com/ PW: TPDTA2021 I'm trying to reduce the padding on the footer but can't seem to figure out the CSS/code. Current using the below but doesn't seem to budge. Any ideas? .page-section.vertical-alignment--middle:not(.content-collection):not(.gallery-section):not(.user-items-list-section).section-height--small>.content-wrapper { padding-top: none!important; padding-bottom: none!important; } Thanks in advance! Link to comment
Wolfsilon Posted October 18, 2021 Share Posted October 18, 2021 I would try just overriding the entire section with a new min-height. You currently have a min-height of "33vh" for your section. Try the following code: section[data-section-id="6112b7573ddad372bbc103a1"] { min-height: 100% !important; } You can then also adjust your padding/margins if needed. tuanphan 1 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