[Resolved] Head widget vertical alignment

Home Forums Support [Resolved] Head widget vertical alignment

Home Forums Support Head widget vertical alignment

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #59452
    Paul Archer

    Hi Tom,

    Just a quick question, I hope:

    I would like to line up the content of the header widget (in this case a phone number) with the vertical centre of my logo. Can you give me some CSS to achieve this please?

    It can be seen here: http://www.nationwideecuremapping co.uk

    As you can see, currently the phone number is at the top of the header. I’d like it in the vertical centre.

    Many thanks,

    Paul Archer (UK)

    #59626
    Tom
    Lead Developer
    Lead Developer

    Hi Paul,

    Give this CSS a try:

    .header-widget {
        float: none;
        max-width: 100%;
        text-align: center;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.