Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #399620

    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 :-)?

    #399630

    Hey Annemarie!

    Have you tried a custom CSS code as following one

    .home div#av_section_4 {
    padding-top: 5px;
    }

    Best regards,
    Yigit

    #400131

    Unfortunately tried it, didn’t work :-(

    #400411

    Hey!

    You can try this:

    .home div#av_section_4 {
    margin-top: 5px;
    }

    Best regards,
    Ismael

    #400630

    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.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Create a small space between color sections’ is closed to new replies.