Remove space below Layerslider

Hello, I am not sure why the same fix doesn’t work on all pages. Why is the ability to stack blocks not native to X?

https://sarahkaneartist.com/

On the home page above, I am tryiing to eliminate the black space below the first row (layerslider) and the second row.

Let me know please.

Hi @gallagherBD,

Can you please provide login credentials for your site in a secure note to investigate it further, including:

– WordPress Site URL & Login URL
– WordPress Admin username/password

To create a secure note, click the key icon underneath any of your posts.

Thanks

here it is…

Hi @gallagherBD,

The space coming from the Layer slider element of Visual composer and there is no option to remove the space. I checked that you added a custom class remove-space at that element.
Please add this CSS code to remove the space after Layerslider.

.remove-space.wpb_content_element{margin-bottom:0;}

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps you.
Thanks

Thanks, this worked great!

I could spend time learning CSS for this type of thing, or just bring the check box back that says “Stack Rows” and life will be good!

You are most welcome.

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