Link to my website: https://mdnzn6tes8a76khb-65734639831.shopifypreview.com
Hi @OneCap
Try this.
- From your Shopify admin dashboard, click on āOnline Storeā and then āThemesā.
- Find the theme that you want to edit and click on āActionsā and then āEdit codeā.
- In the āAssetsā folder, click on ābase.css, style.css or theme.cssā file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
h4.align-center.hometitle {
padding-bottom: 20px;
}
- And Save.
- Result:
Please donāt forget to Like and Mark Solution to the post that helped you. Thanks!
Try this one.
Same Instruction.
@media only screen and (max-width: 749px){
h4.align-center.hometitle {
padding-bottom: 20px !important;
}
}
And Save.
Please donāt forget to Like and Mark Solution to the post that helped you. Thanks!
I edit the code, Please replace it. Thanks!
Ah, it is still the sameā¦
Can you try to remove the !important on this code. On the style.css file.

That looks to be like this.

Thanks!
Please donāt forget to Like and Mark Solution to the post that helped you. Thanks!
Hmm, still not working brotherā¦
I re-edit again the code that I give. Would you mind to give a try again and replace. Thanks!
Nah, itās still not working broā¦
Let have another code then. ![]()
Same Instruction.
.collection-listing.related-collection {
padding-top: 20px;
}
And Save.
Please donāt forget to Like and Mark Solution to the post that helped you. Thanks!
ah, brother still not working haha. I donāt know whyā¦
![]()
Maybe you can check what code CAINTE has: https://cainte.se/collections/nye-items-for-him/products/balearic-bracelet-solv?variant=46951946551638
Thats a bit wierd. Why its not listening to the code. Oh, I have some fault to the latest code that i give.
Replace to this one.
@media only screen and (max-width: 748px){
.collection-listing.related-collection {
padding-top: 20px !important;
}
}
And save.
Please, Replace it so it wont be a mess in your style.css.
Thanks!
yeah, thanks. But that one does not work either. Wow, this is turning to be very strange, why does nothing work out?



