Have you fixed this issue or still need help?
I still need help. You can see the spacing in the link above. Thanks, Erik.
To be clear you want the green border on top of the slider gone, or just have the slider move up more?
The top of the slider is the black border (which I placed just for explanatory purposes). The green line under the menu is fine. I want to close up the space between that green line and the top of the slider.
You could replace the black border above the slide to the green color and make it appear the be all one border, or are you looking to have the border all the same size all the way around.
In your Child Theme or CSS Editor Plugin try this code:
#hero {
border-color: #009A3D;
}
.menu-container {
border-bottom: 2px solid #009A3D;
}
*Note
If your theme has a custom CSS Editor in it, you can also paste the code in there.
Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.
I am unable to remove the space between the green and black lines. I want the slider to appear just below the green line under the menu but I can’t seem to get rid of the space. I’ve looked everywhere in the CSS files and tried putting padding and margin to 0 in zillions of places with an !important on them. <sigh>
Thank you for the tip. Yes, I am editing a chlid theme.
I’m not sure what space between the black and green line you’re talking about.
Did you try the code I gave you above?
What browser are you using?
I tried on FireFox and IE
OK, but even so, the space is still there.
Again, the space i want to remove is highlighted in red in my screenshot.
I do see the space shows up when I did a screen shot but not when I look at the site… hmm
I think I got it try:
.content {
padding: 0px;
}