All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
This is an accepted solution.
Hello @NikosBat
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.title-wrapper--no-top-margin {
margin-bottom: 0px !important;
}
Result
If this was helpful, hit the like button and accept the solution.
Thanks
Hi @NikosBat , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Hi @NikosBat
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
.title-wrapper-with-link.title-wrapper--self-padded-tablet-down.title-wrapper--no-top-margin {
margin-bottom: 2px !important;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
I have updated the above code; paste it, and your issue will be resolved.
Thanks Websensepro that solved my problem
This is an accepted solution.
Hello @NikosBat
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.title-wrapper--no-top-margin {
margin-bottom: 0px !important;
}
Result
If this was helpful, hit the like button and accept the solution.
Thanks
Thanks Rahul_dhiman that solved my problem
Happy to help you...!!!