Homepage › Community Forums › Epik Theme Support › Still can't get rid of the white space around slider › Reply To: Still can't get rid of the white space around slider
To remove the extra space on top of the slider, look for this in your style.css file –
.slider-wide .wrap {
margin: 0 auto 0;
padding: 30px 0 0;
max-width: 100%;
}
You can change the padding-top to 0 so it should look like this –
.slider-wide .wrap {
margin: 0 auto 0;
padding: 0;
max-width: 100%;
}
The Genesis slider acts kind of weird sometimes when using the “Full Width” option. I personally use a different slider when I’m working on a project that requires a full width slider. What do you have the width set to in your Genesis Theme Settings? IMO after looking at your images, I would add those in the regular “Slider” widget area (right below the Slider Wide widget) and set the width settings to 1140px (in your Genesis Theme Settings page).
If you’re interested in using the plugin I have, just Private Message me your email and I can send it over for you to test. But try the above suggestion first.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
