For the love of me, I can't get the header image to center. I've made sure no paddings on the left, but still, it goes to the right.
The image is 1662 x 174 px
Any ideas?
Test Site : http://caclub.freeiz.com/
For the love of me, I can't get the header image to center. I've made sure no paddings on the left, but still, it goes to the right.
The image is 1662 x 174 px
Any ideas?
Test Site : http://caclub.freeiz.com/
hi...your image are larger than the actual header size...try add this to your theme css
#custom #home-logo { height: 174px; position: relative; }
#custom #home-logo img { left: -400px; position: absolute; }
the image should be properly center with absolute position css...
You must log in to post.