White space below slider

Hello, I searched the forum and tried all of the options to remove the space below the layslider and cannot find a solution that works for my page. https://gallagherbd.com/

Is there some CSS to remove that white space?

Hello @gallagherBD,

Please add this code in X > Theme Options > CSS:

.home .x-container>.offset {
    margin-top: 0;
}

Kindly note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates. If you are uncertain how to proceed, it would be best to get in touch with a developer.

Hope this helps.

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