Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #883225

    page is https://newsite.thepromisecenter.com/home-dev/

    First 2 elements are full width easy sliders, 3rd is a color section.

    I’m wanting to add white space (or custom separator with icon) in such a way as to have control over the amount of space between elements.

    I’ve tried various combinations of separators, margin and padding, but no matter how I set them, there seems to be a minimum amount of space below which I can not reduce the space.

    Suggestions?

    Thanks

    #883254

    Hey promisecenterchurch,

    Perhaps this will work if added to quick css

    .fullsize{
    margin:50px 0!important;
    }

    Best regards,
    Jordan Shannon

    #883263

    Is that for top or bottom margin?

    #883278

    The suggested CSS gave me margin, but the margin is black whereas my default background is white. How do I make the margin the default color?

    Also, I would lke to control the top and bottom margin independently.

    Thanks

    #883289

    To clarify, I have 2 full width easy sliders that by default have no space between them (see https://newsite.thepromisecenter.com/home-dev/).

    I would like to add about 10px of white space between them.

    I’ve tried to use white space/separators, but the least space I can achieve is about 60px even if I set it’s top and bottom margins with negative pixels.

    Suggestions?

    #883611

    Hi,

    Apologies you can adjust to padding to keep the white bg. The first 50 is top the second 50 is bottom:

    .fullsize{
    padding:50px 0 50px 0!important;
    }

    Best regards,
    Jordan Shannon

    #883676

    Jordon,

    The above CSS worked perfectly.

    Thank you.

    #884088

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1096590
    This reply has been marked as private.
    #1096594

    Hey nicholaso,

    Add this to quick css:

    #full_slider_1{
    padding-top:20px!important;
    }

    Best regards,
    Jordan Shannon

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