- This topic has 3 replies, 2 voices, and was last updated 4 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hi,
I need to add a widget on the footer, but I want it to be on the whole footer.
So I need to have only 1 column.
But the only choices I have are 3, 4 or None
Could you tell me how I can solve the problem ?
Hi,
Unfortunately, it’s not possible with the theme options, please add your prefered widget to the footer area and send us your website URL, we will check waht we can do with the custom CSS snippets.
Kind Regards
Hi Tiphaine,
Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:
.footer-widgets > .ashe-widget {
width: 100% !important;
}
Kind Regards