Home Forums WoodMart support forum Mega Menu Problem Reply To: Mega Menu Problem

#255574

Hello,

We are glad that one of your issues has been resolved.

For the footer try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

.footer-container [class*=wd-section-stretch] {
    width: 100vw;
}

Then clear cache and check back.

Best Regards.