Tagged: color sections, separator
Hi Genius’
I want a small 5px white space between two color sections. I have tried all the “separator” settings and (thinking outside the box, seeing what the padding would do in the color section itself)… they all add white padding.
If I change padding to the container or content then all my padding will be changed accordingly.
LINK TO FRONTPAGE – SEE TWO COLOR SECTIONS
Any miracle solutions :-)?
Hey Annemarie!
Have you tried a custom CSS code as following one
.home div#av_section_4 {
padding-top: 5px;
}
Best regards,
Yigit
Unfortunately tried it, didn’t work :-(
Hey!
You can try this:
.home div#av_section_4 {
margin-top: 5px;
}
Best regards,
Ismael
Perfect, thanks so much. We build so many sites on Enfold so every time I learn something from you I can roll it out on all future sites.