Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #385050

    Here’s my problem: Towards the bottom of my website I have a text box below a color section and I cannot get the correct amount of whitespace between the sections. Either the text box appears in the middle of the color section (when it should be below it), or it appears with way too much whitespace when I add an empty color space for padding. See below.

    http://loverescues.org/wp-content/uploads/2015/01/Screen-Shot-2015-01-24-at-9.48.57-PM.jpg

    http://loverescues.org/wp-content/uploads/2015/01/Screen-Shot-2015-01-24-at-9.36.47-PM1.png

    #385419

    Hey JPOsteen!

    Thank you for using our theme.

    Can you send us a link to this page so we can have a look ?

    Regards,
    Günter

    #387856

    LoveRescues.org

    #387896

    Hi!

    Thank you for coming back.

    In custom.css or enfold->styles->QuickCSS put the following and adjust the values:

    
    #after_section_5 .template-page {
        margin-top: -80px !important;
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }
    

    Regards,
    Günter

    #387970

    Thanks, I’ll try that. Do you know what is causing the glitch? I’d like to correct the root of the problem so that it doesn’t happen again.

    #388952

    Hi!

    Looks like it is working fine now even without the code suggested above. If you can reproduce the issue again on another page, let us know. We’ll check it.

    Best regards,
    Ismael

    #389015

    Ismael,

    It is working fine because I used the code above. If I remove the code the problem will still be there.

    #389130

    Hey!

    Have you tried adding a horizotal rule / separator element before the text block? Set it to whitespace to create a gap before the color section.

    Cheers!
    Ismael

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