I am on the craft theme.
How can I reduce the size of the header image to be the same size as my blog and move it under the title.
Goal: Make the blog header image in the Shopify Craft theme smaller (matching the blog width) and place it beneath the title.
Theme settings approach:
Code approach (if settings are limited):
Outcome and status:
Note:
I am on the craft theme.
How can I reduce the size of the header image to be the same size as my blog and move it under the title.
Hi Gemlette
To reduce the size of the image, try any of these:
You will need to go to the specific page on your theme customization environment, on the left sidebar, find the Header or Image section settings; check if there are options to adjust the image size.
Look for layout options in the customization settings or you select the preset layout that adjusts image and text positions.
Reduce Image Size with Preset Options:
In many themes, under the image settings, you can select different sizes like “Small,” “Medium,” or “Large.” Try choosing a smaller size or scaling down the image.
If there are options to crop or fit the image, experiment with these to match the size you want for the blog.
IF THESE ARE NOT AVAILABLE THEN YOU CAN USE CUSTOM CODE
Hi Gemlette,
To reduce the size of the header image and move it under the title in the Craft theme, follow these steps:
Log in to your Shopify Admin Panel:
Navigate to the Theme Editor:
Edit the Blog Page Template:
Modify the Header Image Size:
Move the Header Image Under the Title:
Edit the Theme’s Code:
Modify the Liquid Code:
.header-image-class {
max-width: 100%;
height: auto;
width: [set your desired width];
}
​
Thank you! These instructions are very clear