[Resolved] Footer Widget & Text Alignment

Home Forums Support [Resolved] Footer Widget & Text Alignment

Home Forums Support Footer Widget & Text Alignment

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1585137
    Janine

    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.

    #1585210
    Ying
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know 🙂

    #1585554
    Janine

    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.

    #1585615
    David
    Staff
    Customer Support

    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://

    #1585621
    Janine

    Here it is, David.

    #1585651
    David
    Staff
    Customer Support

    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;
    }
    #1585654
    Janine

    Thank you, David!

    #1585681
    David
    Staff
    Customer Support

    You’re welcome

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.