- This topic has 3 replies, 3 voices, and was last updated 8 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Border round Genesis responsive slider
How do I remove the border (in grey/blue on my development site) around the slider images so that tyhe images fill the full width of the screen and the content block below immediately follows? Also I need to remove the white border which separates the slider block from the content block
many thanks
http://expatriatelaw.com/subdomains/develop/
That’s actually not a border, that blue color is the background that you added in your WordPress custom background settings.
You could use the “Slider Wide” if you want to use the full width space….make sure your image is large enough.
The .head-wrap
(div around the header) has 40px of margin for the bottom. So you would need to remove that bottom margin and that would cover about half of that space. But you’ll need to only do this for the homepage, since that space is needed for all of your other pages. Add this code to do it –
.home .head-wrap {
margin: 0;
}
I have exactly the same issue and I have added this to the stylesheet and I still have a padding below my slider. How do I get rid of that?