Content Padding Top Removed On Pages With Revolution Slider

Hi,

from the theme options I set the padding-top for the content to 30px.

However, on pages with a revolution-slider on them, the following CSS from base.css removes the padding:

#Content.no-padding, .template-slider #Content, .with_aside #Content {
    padding-top: 0;
}

How can I get the padding-top to be on both pages with and without sliders?

Thanks!


Comments

Sign In or Register to comment.