Reduce Widget Padding in Footer Area

I am trying to reduce the space between two menu widgets in the footer of my site. Is there a custom CSS that I can use? Is is the space between the "Buying"and “Selling” on the right.

Thank you,
Tony

Hi Tony,

Thank you for writing in, please add this to X > Theme Options > CSS

.x-colophon.top .widget {
	margin-top: 20px;
}

Feel free to adjust the 20px value where you see it fits.

Hope it helps,
Cheers!

Perfect, thank you

You are most welcome. :slight_smile:

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