Home › Community Forums › Ally Theme Support › How to center the Logo/Image in Header › Reply To: How to center the Logo/Image in Header
February 16, 2014 at 3:11 am
#10709

Customer
During the late night hours I found the answer how to center the logo in the header.
In CSS I change the max-width to be the same as the width of the logo.
.site-header {
margin: 0 auto;
max-width: 588px;
}
(588px is the same width as the width of my logo)