Shopify themes, liquid, logos, and UX
https://koshys.shop/collections
How do I edit the page so the 'Certificates' text is same line as other text in the collection and the image is centered?
Solved! Go to the solution
This is an accepted solution.
Hi @KoshIntl
Check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
#shopify-section-template--23162073579811__main > div > ul > li:nth-child(2) > div > div {
display: grid;
grid-template-rows: 0.3fr 0.5fr;
}
.card.card--standard.card--media, .card__information {
align-content: flex-end;
}
And Save.
Result;
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @KoshIntl
I have reviewed your requirement, are you want the store lock like this
If it's correct
Step 1: Go to Admin -> Online store -> Theme > Edit code:
Step 2: Search for the file base.css. And add this code snippet to the end of the file.
.card:not(.ratio)>.card__content {
display: flex !important;
justify-content: end;
align-items: center;
flex-direction: column;
}
Step 3: Save your code and reload this page.
I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.
Have a nice day sir!
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Not exactly, but it did fix the text and make it on the same line as the others.
This is an accepted solution.
Hi @KoshIntl
Check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
#shopify-section-template--23162073579811__main > div > ul > li:nth-child(2) > div > div {
display: grid;
grid-template-rows: 0.3fr 0.5fr;
}
.card.card--standard.card--media, .card__information {
align-content: flex-end;
}
And Save.
Result;
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is exactly how I need it. Thanks!
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025