Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
Hi, hoping for a little bit of help. I'm racking my brain over how to center collection headers and descpriptions in my debut theme. The tutorials I have followed so far haven't been much help, so here we are!
My website currently looks like first picture, and the fact nothing is centered to the products is slowly making me go insane.
If someone could please help me so I can align the collection header and collection description to the center that would be a massive help!
Solved! Go to the solution
This is an accepted solution.
hello @Skybound
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 768px){
.template-collection .grid.medium-up--grid--table .grid__item:nth-child(1){
width: 100%;
margin: 0 auto;
}
.template-collection .grid.medium-up--grid--table .grid__item:nth-child(1) .section-header__title , .template-collection .grid.medium-up--grid--table .grid__item:nth-child(1) .section-header__subtext {
text-align: center;
}
.template-collection .grid.medium-up--grid--table .grid__item:nth-child(1) img {
width: 50%;
}
.template-collection .grid.medium-up--grid--table .grid__item:nth-child(2){
display: none !important;
}
}
This is an accepted solution.
hello @Skybound
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 768px){
.template-collection .grid.medium-up--grid--table .grid__item:nth-child(1){
width: 100%;
margin: 0 auto;
}
.template-collection .grid.medium-up--grid--table .grid__item:nth-child(1) .section-header__title , .template-collection .grid.medium-up--grid--table .grid__item:nth-child(1) .section-header__subtext {
text-align: center;
}
.template-collection .grid.medium-up--grid--table .grid__item:nth-child(1) img {
width: 50%;
}
.template-collection .grid.medium-up--grid--table .grid__item:nth-child(2){
display: none !important;
}
}
User | RANK |
---|---|
115 | |
89 | |
70 | |
68 | |
45 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022