Footer widget

Can you customize the number of columns in the footer? I only have a widget in Footer 1, but it is displaying in a column on the very left side (I’m assuming making room on the right for other widgets in the other footers). For now, I only plan to use Footer 1 and would like it to be one column, spanning the width of the site. How can I do this? Thanks.

Hi @bzsim8,

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

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

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

Best Regards,
Movin

Thank you! This worked except my menu will not center horizontally. I tried CSS like “text-align: center” and “margin: 0 auto” on a variety of different DIVs and the UL itself and for some reason it just will not center. Any suggestions?

You are most welcome here :slight_smile:

That is your another question so to help us keep support thread separates could you please create new thread for your other questions here https://colorlibsupport.com/c/shapely/ instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.