Decrease Header Image Size in Ascetica
-
Hi there, I was wondering if there was any CSS code to decrease the size of the header image in the Ascetica theme. It’s just so…big. I’d like to decrease the size by half, if possible. Thank you.
The blog I need help with is: (visible only to logged in users)
-
Hi Lisa – Try the following:
.site-header img, .entry-content img, img.size-full { width: 600px; height: 300px; }And you’ll need to play with the width/height values until it’s looking how you want. :)
- The topic ‘Decrease Header Image Size in Ascetica’ is closed to new replies.