Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Remove padding between sections › Reply To: Remove padding between sections
September 18, 2014 at 4:11 pm
#400
Participant
Hello.
To remove the space between the slider and the dark grey section, and the dark grey section and content below, use this css code:
.rs-wrapper,
.rs-wrapper + section.page-content.custom-background + section.page-content.custom-background {
margin: 0 !important;
}
.rs-wrapper + section.page-content {
border: 0 !important;
}
Robert