• I am having a problem getting the header text to align the way I would like it to. The link to our site is:

    http://www.owenhenrywindows.com/

    I need to put our phone number UNDER the “Call Us Today!”. I would like it to look like this:

    Call Us Today!
    (206)395-2281

    Currently, it kicks it to the middle of the page under the header image. I would like both lines of text to fit nicely to the right of the header image.

    Any help would be greatly appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Float both anchor tags left. Then, to the anchor tag surrounding “call us today…” apply this to it as well;

    width: 191px;
    line-height: 1em;

    Thread Starter shaunacuvreau

    (@shaunacuvreau)

    So I got it to float right. Now I just need to change the spacing between the text. I tried the code above and I couldn’t get it to work. Any thoughts?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    My suggestion will only work within the HTML structure that you had when I suggested it.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Header Formatting’ is closed to new replies.