Archived topic
Footer Widget & Text Alignment
7 replies · Started by Janine on December 17, 2020
Hi.
How can I align text in a footer widget so that it looks like this:
Address 1
Address 2
Address 3
Phone #
I get a hot mess if I use CUSTOM HTML and paragraph tags or Text!
Thank you.
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
Hi.
I have included a link. Please scroll down to the footer.
With the text widget, it isn't as messy as it was with Custom HTML. I want the Rd on the same line as Lawrenceville-Suwanee.
Thank you.
Hi there,
i am not seeing the link - can you reply to this message and add the link to the Private Information field, please check to make sure the link is the full URL including the https://
Here it is, David.
Looks like that footer widget is too narrow for the text, causing it to wrap.
If you made the Customizer > Layout > Container - content width a little wider that would stop the text wrapping.
Or you could force that widget to be a little bit wider with some CSS:
.footer-widget-3 {
min-width: 330px;
}
Thank you, David!
You're welcome