Archived topic
Distribute Footer Widgets & Center Widget Text
5 replies · Started by Kelsey on August 7, 2021
Hi there,
Question 1: How do I evenly distribute my 4 footer widgets?
Question 2: How do I center my widget text as well?
Here is my webpage so you can reference what I'm talking about:
https://thegoldenlamb.com/cheesecake-recipe-without-sour-cream/
Thank you,
Kelsey
Hi there,
1. They are actually evenly distributed, each occupy 25% of the space available. Maybe resolving #2 will help with that :)
2. You can add this CSS to centre the text:
.inside-footer-widgets > div {
text-align: center;
}
I tried this code but it's not working. It's highlighted as red text too, which makes me think it's not correct code?
https://drive.google.com/file/d/1M3wl-lO2To3KS5skMwMg5VhfehHUxEbo/view?usp=sharing
The CSS Rule above that is missing its closing }
taht worked, thank you!
Glad to hear that