displaynamed Posted May 13, 2020 Share Posted May 13, 2020 Site URL: https://elleessegroup.squarespace.com/about Hi! Does anybody know how any css or other way to reduce the amount of spacing between headings and body text. For example, in the attached screenshot, between the team names and bios and under the heading Client and the following copy. the password is : brodyj1 Link to comment
JOHNMD Posted May 14, 2020 Share Posted May 14, 2020 @displaynamedOn 7.1: for the bottom h1 header. Locate your Page ID and Replace the 5... numbers in below code: (you can change the px number.) Insert code in Design> CSS editor. [data-section-id="5e541d62b2b9400c650b2ddd"] h1 {margin-bottom: -40px!important;} for the paragraphs to header: [data-section-id="5e541d62b2b9400c650b2ddd"] p {margin-top: -20px!important;} if you have a spacer in-between the Clients header and paragraph bottom you can simply delete to move closer. if you have used a different section for the below items locate your page ID and use following code: (replace 5... numbers with your lower Page section ID. ) [data-section-id="5e541d62b2b9400c650b2ddd"] .content {margin-top: -40px!important;} Hope this makes sense. - John mcgouran.john@gmail.com Link to comment
displaynamed Posted May 14, 2020 Author Share Posted May 14, 2020 Thanks @JOHNMD, makes perfect sense however that site is 7.0. I gave it a try anyway but to no avail Link to comment
displaynamed Posted May 14, 2020 Author Share Posted May 14, 2020 For anybody who may be interested in the future, I was able to solve my issue with the following CSS placed in design>custom css h2 { display: block; margin-block-start: 0em; margin-block-end: 0em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: normal; } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.