Hi fitnesslifefacts. You could try adding this to your custom css:
#header .pad {
display: none;
}
Hi bdbrown. I already did that but it’s not working.
OK, but that css doesn’t show up in the site you linked above. Maybe the cache needs to be updated?
How do I do that? I placed the code on custom css.
In my header I placed the shortcode inside <div class=”container group”>
<div class=”container-inner”>
When I move the shortcode above these lines the space goes above the slideshow and not below it.
Another option, if you’ve already edited header.php, is to either remove this entire div:
<div class="group pad">
or just change the div class so the theme default css isn’t applied.
Thank you for your suggestions. I didn’t try the last thing you said but it appears that the problem is fixed. I dont know how this happened.