How do I Center Footer 1 (Text Widget)?
The topic ‘How do I Center Footer 1 (Text Widget)?’ is closed to new replies.
Need help? Check out our Support site, then
Hi again!
I have 2 footer widgets at the bottom of my site: a text widget (footer 1) and a cookie consent banner (footer 2).
If possible, I’d like to center-align the text widget (footer 1). How can I do that?
The blog I need help with is: jacwyn.com
Hi jacwyndarling,
I just check your site and Footer 1 is already center aligned. Looks like you already solve it by Custom CSS.
Regards,
Sakin
Hi Sakin!
Yeah, I messed around with the Custom CSS and was able to center-align the text, but I really meant I need help re-positioning the widget to the center of the homepage if I can actually do that. I’m sorry for not making that clearer — my bad.
Without the cookie consent banner, I’m able to position the text widget into the center of the homepage, but when I add the banner, the text widget ends up on the left. Is there a way for me to position the text widget in the center without giving up the banner? Do I need to move a container, or add a float or something?
(Just as a reminder, the text widget is in footer 1, and the banner is in footer 2.)
Thanks in advance,
Jacwyn
Hello Jacwyn,
For that case, you can add the following CSS in “Custom CSS”
@media screen and (min-width: 48em) {
.footer-widget-area.two .widget-column {
width: 100%;
}
}
Regards,
Sakin
Thank you again! It worked. :D
The topic ‘How do I Center Footer 1 (Text Widget)?’ is closed to new replies.