Padding on Slider Revolution

Hello!

I’m just starting to build my page and I have a problem with paddings/margins. I use a slider revolution and it seems to have padding at the bottom, I’ve checked the slider settings and it seems to be fine, no paddings added. Also, I create a row And it seems that has padding to at the top.

I’m using WP Bakery bc I’ve worked with it before and it seems easier to me due to the time that I got for finishing the website.

I’m adding a ss.

You can also check here…

http://juglar.mx/

Hi,

The white space with the red box is the default padding for entry-wrap div.

To remove it, you can add the code below in Theme Options > CSS

.home .entry-wrap {
     padding-top:0;
}

The other one is the default margin of head tags, to remove it you can set margin top to zero in Design Options of your heading element.

You can use google chrome inspect element to find out which elements have padding or margins.

Hope that helps

1 Like

Thanks, that completely solved it

You are most welcome. :slight_smile:

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