Shopify themes, liquid, logos, and UX
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.
Solved! Go to the solution
This is an accepted solution.
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];
}
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
This is an accepted solution.
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
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024