Hello!
We want to set the collection page not to be full-screen, be center aligned, like here:
https://gossby.com/en-us/collection/personalized-gifts-for-best-friends?sref=265&utm_source_hp=hp_popularcollection
Any tip?
Hello!
We want to set the collection page not to be full-screen, be center aligned, like here:
https://gossby.com/en-us/collection/personalized-gifts-for-best-friends?sref=265&utm_source_hp=hp_popularcollection
Any tip?
Hey @Fussigabor
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hello!
https://bogrebarat.hu/
Pass: pialyu
Hey @Fussigabor
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @Fussigabor
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
add this code at the very end of the file
section#Collection--template--23185041129811__main {
margin-left: auto;
margin-right: auto;
width: 1700px;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
@media only screen and (min-width: 1100px) {
.collection__products .grid-outer {
padding-left: 10% !important;
padding-right: 10% !important;
}
}
Could you please send a code for product page and one more code to full/global website?
Thank you!
Hey @Fussigabor
Remove the previous code and add this updated code.
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
unfortunately it’s not good because it will take 200-200px off even on a small monitor, so please make the content 1100px wide, but if your monitor is smaller than 1100 then reduce it
Hello! ![]()
Could you please send a code for product page and one more code to full/global website?
We tryed: @media screen and (min-width: 768px) { main#MainContent { padding-left: 200px !important; padding-right: 200px !important; } }
But unfortunately it’s not good because it will take 200-200px off even on a small monitor, so please make the content 1100px wide, but if your monitor is smaller than 1100 then reduce it
Hello! ![]()
Could you please send a code for product page and one more code to full/global website?
We tryed: @media screen and (min-width: 768px) { main#MainContent { padding-left: 200px !important; padding-right: 200px !important; } }
But unfortunately it’s not good because it will take 200-200px off even on a small monitor, so please make the content 1100px wide, but if your monitor is smaller than 1100 then reduce it