Tagged: color section, padding, whitespace
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
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
LoveRescues.org
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
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.
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
Ismael,
It is working fine because I used the code above. If I remove the code the problem will still be there.