-
AuthorPosts
-
November 29, 2017 at 11:46 pm #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
November 30, 2017 at 12:52 am #883254Hey promisecenterchurch,
Perhaps this will work if added to quick css
.fullsize{ margin:50px 0!important; }Best regards,
Jordan ShannonNovember 30, 2017 at 1:04 am #883263Is that for top or bottom margin?
November 30, 2017 at 4:33 am #883278The 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
November 30, 2017 at 7:58 am #883289To 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?
November 30, 2017 at 11:32 pm #883611Hi,
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 ShannonDecember 1, 2017 at 5:07 am #883676Jordon,
The above CSS worked perfectly.
Thank you.
December 2, 2017 at 7:52 am #884088Hi,
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,
RikardMay 2, 2019 at 10:21 pm #1096590This reply has been marked as private.May 2, 2019 at 10:53 pm #1096594Hey nicholaso,
Add this to quick css:
#full_slider_1{ padding-top:20px!important; }Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.
