Home Forums WoodMart support forum Footer Layout Reply To: Footer Layout

#429049

Hello,

Sorry for a bit of delay in the response!

The mentioned concern related to the Sticky Footer layout is now resolved on your Site with the help of the following Custom CSS applied:

.whb-header:not(.whb-overcontent) {
	position: relative;
	background-color: var(--wd-main-bgcolor);
	z-index: 390;
}

Location to find Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> there you can find the CSS pasted.

Best Regards.