How To Change Location Of Text From Collection

I Want That Text On Collection Should Be Come Down Not In Center.

URL : https://plugmydrip.com/

1 Like

Hello @Emiway

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (min-with: 990px){ .list-collections__item-info { top: 94% !important; right: 73px !important; } } @media screen and (max-width: 767px){ .list-collections__item-info { right: 58px !important; } }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Not Working

Hi @Emiway

  • Go to Online Store → Theme → Edit code.
  • Find the file assets/theme.css and paste the code below at the bottom of the file.
.list-collections__item-info {
bottom: 0!important;
left: -64px!important;
}

Not Working Properly! :disappointed_face:

1 Like

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.list-collections__item-info { top: 23rem !important; left: -69px !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Hi @Emiway

  • Go to Online Store → Theme → Edit code.
  • Find the file assets/theme.css and paste the code below at the bottom of the file.
.list-collections__item-info {
top: 92%!important;
left: -64px!important;
}