I’d already started a topic on this that was resolved but the issue has resurfaced.
Page: http://just4funpowersportslhc.com/portfolio-item/suncatcher-v-series/
*color section padding
#schedule .content, #location .content, #financing .content, #v-22rc-22c .content, #v-22fc-22rf .content, #v-22f-20c .content, #v-20fc-20f .content, #v-16c-16f .content { padding-top:0px !important; }
** horizontal short line code
.hr.hr-short.hr-center {
margin-top:15px !important;
margin-bottom:15px !important; }
Even if I temporarily set the horizontal line bottom margin to 0, this does not change the spacing between the line and the boat sections below. See example: http://just4funpowersportslhc.com/wp-content/uploads/Untitled-6.jpg
Previous closed topic: https://kriesi.at/support/topic/custom-adjusting-padding-for-color-sections/
Thanks, guys.
Hey bonbuttercup,
The hr element has height, that’s what needs to be reduced:
.hr-short {
height: 0;
}
#after_section_3 .template-page.content.av-content-full {
padding-bottom: 20px;
}
If you need further assistance please let us know.
Best regards,
Victoria