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 ?
1 Like
yes please try this code
- Go to Online Store->Theme->Edit code
- 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
its my pleasure to help us
1 Like