Shopify themes, liquid, logos, and UX
Hi,
I'd like to change the blog content width (not including the head image) to be narrower so that it's easier to read.
https://www.joynbags.com/blogs/joyn-blog/natural-dyes-with-color-ashram
We were using the EDITIONS theme, but worked with someone to create a customised theme so we could have two landing pages. Our new theme was called MY PROJECT PT
I've tried adding the following code but this hasn't worked
.template-article .page-width {max-width: 900px !important; padding-left: 0px; padding-right: 0px;}
/* This media for mobile device */
@media only screen and (max-width: 749px) {
.template-article .page-width {padding-left: 22px !important;padding-right: 22px !important;width: auto !important;}
}
Could you let me know which code could work for us and where to insert it?
Thanks in advance!
Amy
Solved! Go to the solution
This is an accepted solution.
.article-page__content {
max-width: 700px;
margin: 20px auto;
}
Should do the trick
This is an accepted solution.
.article-page__content {
max-width: 700px;
margin: 20px auto;
}
Should do the trick
Thank you! This has solved it!
No problem, glad it helped. Thanks for accepting the solution.
User | RANK |
---|---|
62 | |
52 | |
47 | |
39 | |
38 |
Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023