Help card content / card info

Hello, can someone please help me center my card information on the card content. See image attached - it is just slightly off center. Thanks in advance.

PW: ellaella

Hey @ellacoker

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
.card__content * {
    padding-left: 0 !important;
}
</style>

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed