Shopify themes, liquid, logos, and UX
My landing page looks big and clunky. How do I change the size of the images and make the text box wider?
I'd be glad to help. Could you please share the link to your website? Thanks.
Hello @LynnieHHHY ,
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code
Go to Sections -> featured-collection.liquid file
To change the size of the images, you can modify the CSS class associated with the image container (featured-collection__image). Add or update the following CSS styles to adjust the size:
.featured-collection__image {
max-width: 500px; /* Adjust the maximum width as desired */
margin: 0 auto; /* Center the image horizontally, if needed */
}
To make the text box wider, you can modify the CSS class associated with the content container (featured-collection__content). Add or update the following CSS styles to adjust the width:
.featured-collection__content {
max-width: 800px; /* Adjust the maximum width as desired */
margin: 0 auto; /* Center the content horizontally, if needed */
}
Save and preview
Hope this can help. Let us know if you need any further support.
Ali Reviews team.
I don't know where to copy the code. I tried to paste it at the end but it did nothing.
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