Hello friends, how can I minimize the padding between titel and image?
Hi @NikosBat , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Hi @NikosBat
- Go to Online Store → Theme → Edit code.
- 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!
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
I have updated the above code; paste it, and your issue will be resolved.
Thanks Rahul_dhiman that solved my problem
Thanks Websensepro that solved my problem
Happy to help you…!!!


