Enlarging header image in manifest theme
-
Hello!
I would like to enlarge the header image on the manifest theme to 650 pixels, and I have the Custom Design upgrade, but I can’t figure out where I can make that change in the CSS. Any help would be appreciated!
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Although the quality of your header image will get slightly down but you can enlarge the image with the flowing code.
#header-image img {
height: auto;
width: 650px;
}Please let me know if you need further assistance.
-
-
-
- The topic ‘Enlarging header image in manifest theme’ is closed to new replies.