how to center my banner image in header?
-
Hi there!
I tried already to do it by myself and using tips from other WP members but the problem still persists. The header image is not centered and worse, it appears differently in FireFox (the picture looks all the way to the right) and in Google Chrome it looks centered horizontally but lower than it should, which blocks the view of the beginning of text. I tried modifying the ccs and right now its as follows (the website is https://www.luzenelcielo.com/ ):
#header {
background: url(‘images/BrandleHeader.gif’) no-repeat top center transparent;
margin: 0 auto;
height: 548px;
width: 1000px;
}#headerimg {
margin: 0 auto;
padding: 0 auto;
height: 144px;
width: 100%;
}
Thanks in advance!
- The topic ‘how to center my banner image in header?’ is closed to new replies.