center header image
- The topic ‘center header image’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
Can you please let me know the CCS for centering the header image?
Also how to making it wider?
I have tried to make the image larger in edit but it seems to default to the size you see…. I have used your CCS code for ‘gloriously wide’ format. [thank you for that!]
Regards,
The blog I need help with is: (visible only to logged in users)
Hi!
Paste this code in custom css:
#header-image img {
width: 100%;
}
Let me know if that helps!