Gap at top of rev slider

Hi I seem to have a gap at the top of the slider that I cannot get rid of

Please can you help?

Thanks

Hi Matthew,

Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

.entry-content {
    padding-top: 0;
    padding-bottom: 0;
}

Please make sure to clear all caches when testing your site again (https://www.wpbeginner.com/beginners-guide/how-to-clear-your-cache-in-wordpress/).

Thanks!

That did the trick! Thanks very much.

You guys are awesome!

Sorry i spoke to soon! It went but then I updated the slider and now it is back

Hi Matthew,

I see that your caching plugin is outputting the same old values. Could you please try clearing cache and re-test by following the above guide provided.

If that does not help, try updating your CSS rule as follows.

.entry-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.