I Want That Text On Collection Should Be Come Down Not In Center.
URL : https://plugmydrip.com/
Hello @Emiway
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Not Working
Hi @Emiway
.list-collections__item-info {
bottom: 0!important;
left: -64px!important;
}
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hi @Emiway
.list-collections__item-info {
top: 92%!important;
left: -64px!important;
}