Create 1 big footer widget area for Dazzling theme

Hello Colorlib Team,

This question was already answered for Travelfy Theme.

Currently, the footer area is divided into 3 widget areas.

I would like to have 1 widget in the footer area, that spreads across the entire width of the page for the dazzling Theme.

Is this possible?

Many thanks in advance!

Hi @vicroland,

I hope you are well today and thank you for your question.

Yes it’s possible and you can achieve this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

#footer-area .footer-widget {
  width: 100%;
}

Best Regards,
Movin