Archived topic
Head widget vertical alignment
1 reply · Started by Paul Archer on December 30, 2014
Viewing posts 1–2 of 2
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)
Hi Paul,
Give this CSS a try:
.header-widget {
float: none;
max-width: 100%;
text-align: center;
}
This archived topic is closed to new replies.