How can I center product prices on my homepage?

Hello, someone can help me please ? In my product collections all my price are center with the product name, but in my home page the same products are not center. How can i do to center them in the home page ?

https://www.vimolia.com

1 Like

@Matteo1998

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.price dd {
    margin: 0;
}
1 Like

Perfect KetanKumar for an other time thank’s a lot hahah

1 Like

@Matteo1998

its my pleasure to help us

1 Like