Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #937383

    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/

    • Each row of boats is in its own color section.
    • Each color section is set at NO PADDING.
    • Each color section has custom CSS set to {padding-top:0px !important; } *
    • Horizontal line is set with custom CSS for padding adjustment **

    *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.

    #937665

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.