Remove Space Above Footer (Pro Theme)

Hi there,
I haven’t seen this answered for Pro theme. As the title implies, I’m attempting to remove white space above footer.

Chad

Hello @chadfahlman,

Thanks for asking. :slight_smile:

You need to adjust padding top values in Footer builder bar to remove or reduce spacing above footer.

Thanks.

1 Like

Thank you! Much appreciated! Merry Christmas!

Hi again!
We may be discussing 2 different things. I cannot find padding in the Footer builder. The search function doesn’t return this option. Can you show me the exact steps to reach it?

Hello @chadfahlman,

Thanks for updating thread. You need to inspect footer builder bar. To help you better I have created a screencast that you can refer. https://screencast.com/t/6ap7wCQPPs

Thanks.

Hi again,
Thanks for prompt response. I swear to God that the padding option is not available in that bar inspector. It is based on the Blank template. Would that make a difference?

Hi There,

I did check both of your sites, and you have a standard footer on those. So the white space above footer you’re referring to is either the Footer Widget Areas (top footer) which you can disable under Theme Options > Footer. Or the paddings on Footer Content (bottom footer) which you can adjust using the following custom CSS.

.x-colophon.bottom {
	padding-top: 5px;
	padding-bottom: 5px;
}

Regarding the padding option on the bar. Bar padding option only shows up if the bar height is set to auto.

Cheers!

1 Like

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