Space, padding, or margin added to bottom of Meteor Slide in header
-
I have added a Meteor Slideshow to the header of my test site. I place the shortcode in the Weaver Xtreme theme: Main Options > Header > Header HTML content:
However it is adding a margin or padding to the bottom of the slide show.
See here: TEST SITEFirst I tried disabling all the plugins, except those related to Weaver Xtreme theme. No success.
I then tried adding the following CSS to no avail:
#meteor-slideshowheaderslides .meteor-nav {
display: none;
padding: 0 !important;
margin: 0 !important;
}I also tried adding this, but failed:
#header{
height: 100% !important;
min-height: 100% !important;
padding-bottom: 0 !important;
}Any help most appreciated.
Thanks
- The topic ‘Space, padding, or margin added to bottom of Meteor Slide in header’ is closed to new replies.