Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #528070

    HI,

    I’d like to get a separator with 10px between the section on the product site:

    http://madlener.wom.server49.vorschauseite.eu/produkte/

    With a normal blank separator it’s the space is very big and with -20 there is no change.

    I also tried out that ones without any changes:

    /*  enfold small separator between sections
    
    https://kriesi.at/support/topic/create-a-small-space-between-color-sections/*/
    
    .page-id-693 div#av_section_2 {
    margin-top: 10px !important;
    }
    .page-id-693 #main .content{
    padding-bottom: 20px !important;
    }
    
    .page-id-693 div#av_section_2 .content {
    padding-top: 20px !important;
    }
    .page-id-693 #av_section_3 .content {
    padding-bottom: 20px !imprtant;
    }
    
    .avia-section {
    border-bottom: 25px solid white;
    }
    
    .page-id-69 div#av_section_2 {
    padding-top: 10px;
    }
    
    .page-id-69 div#av_section_3 {
    padding-top: 10px;
    }

    Support would be very helpful.

    Thanks a lot in advance.

    Greetings
    Michael

    #528123

    Hi michaellausser!

    Add this to a codeblock element in the page.

    <style type = "text/css">
    #after_section_3 .content {
        padding: 0px !important;
    }
    </style>

    Regards,
    Elliott

    #528155

    Hi Elliott,

    thanks for your support. But I’m a bit confused about the advise. I added a codeblock to section 3 but no change:
    I added it also with 20 px but also no change seen.

    Currtently between section 3 and 4 I have blank white space separator that affects a big white space.

    Perhaps I haven’t described the solution I need good enough.

    I want to get a small white space between every section at the side with 20 – 30 px.
    http://pasteboard.co/1OCQlaUP.png

    Thanks again if you have another hint.

    Greetings
    MIchael

    #528509

    Hey!

    Please add following code to Qucik CSS

    .page-id-693 #after_section_3 .content {
        padding: 0!important;
    }

    Best regards,
    Yigit

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