Shopify themes, liquid, logos, and UX
Hello! I am having trouble removing the padding to the left of the page header, "Hoodies". I'd like it to be in line with the featured collection below. Any help would be appreciated.
Solved! Go to the solution
This is an accepted solution.
Hey @hoodieharmony,
In your online store click on "..." on your active theme and then "Edit code" Then, in the "Assets" folder, look for "base.css, theme.css or style.css" file and add the following code
@media screen and (min-width: 990px) {
.page-width--narrow {
max-width: 109.6rem;
padding: 0;
}
}
Sure, please provide the link to your store.
Would you mind to share your store URL? Thanks!
This is an accepted solution.
Hey @hoodieharmony,
In your online store click on "..." on your active theme and then "Edit code" Then, in the "Assets" folder, look for "base.css, theme.css or style.css" file and add the following code
@media screen and (min-width: 990px) {
.page-width--narrow {
max-width: 109.6rem;
padding: 0;
}
}
Thank you for your help!
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024