Shopify themes, liquid, logos, and UX
Hi,
I'm trying to left-align the following elements on impulse theme, have tried many solutions but can't get it to work:
Here is an example of what I'm after from another website:
Here is my website:
https://emery-london.com/products/lisa-dress
Any help is greatly appreciated !!
Solved! Go to the solution
This is an accepted solution.
Hi @kingbeanz
Check this one.
@media only screen and (max-width: 768px) {
.grid__item.medium-up--one-half .product-single__meta {
text-align: left !important;
}
.grid__item.medium-up--one-half .sales-point .icon-and-text {
justify-content: left;
}
}
This is an accepted solution.
Hi @kingbeanz
Check this one.
@media only screen and (max-width: 768px) {
.grid__item.medium-up--one-half .product-single__meta {
text-align: left !important;
}
.grid__item.medium-up--one-half .sales-point .icon-and-text {
justify-content: left;
}
}
THANK YOU SO MUCH.
I really appreciate it.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025