Feature Image Adjustment
-
I’m trying to adjust the feature image on my About page. My head gets cropped off in full screen and I can’t seem to find any way to adjust it or any specs on the dimension my theme, Lovecraft, requires. Any help is appreciated.
The blog I need help with is: (visible only to logged in users)
-
Hi there, the theme centers featured image vertically and horizontally, which is why the top of your head is getting cut off. We can fix this with some custom CSS, but you would need the WordPress.com Premium Plan upgrade, which includes Custom Design in order to add it.
Without the upgrade, if you have the original image, and there is more above your head in that image, crop and size it so that there is more space above your head, save it and upload and use it as your featured image. Alternately, if there isn’t more space above your head, perhaps you have another image you can use?
If you get the Premium Upgrade, you would go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to fix this issue.
.page-id-2 .bg-image { background-position-y: top; }
- The topic ‘Feature Image Adjustment’ is closed to new replies.