Need help updating CSS and centering logo
-
I’ve attempted several different ways to center the logo on my page header. I’ve tried updating the style sheet using the Edit CSS option in WordPress and nothing seems to change. The current code is:
#logo {
float: left;
max-width: 100%;
padding-right: 75px;
line-height: 1;
word-wrap: break-word;I’ve tried using both margin: 0 auto and align: center instead of the float: left and that didn’t work.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Need help updating CSS and centering logo’ is closed to new replies.
