Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How can i center the price ?

Solved

How can i center the price ?

Martin299
Excursionist
30 1 8

How can i center the price ?
thanks in advance
02102.PNG

Accepted Solutions (3)
Asad-Mahmood
Trailblazer
210 37 43

This is an accepted solution.

Go to your online store -> customize -> settings -> custom css and paste this code there

.price__container {
    display: flex !important;
    justify-content: center;
}
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp





View solution in original post

Martin299
Excursionist
30 1 8

This is an accepted solution.

what about the ptoducts title how can i center them too ?

View solution in original post

Asad-Mahmood
Trailblazer
210 37 43

This is an accepted solution.

add this css there to center the titles

 

h3 .full-unstyled-link {
    text-align: center;
}
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp





View solution in original post

Replies 7 (7)

Asad-Mahmood
Trailblazer
210 37 43

What's your store url ?

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp





Martin299
Excursionist
30 1 8
Asad-Mahmood
Trailblazer
210 37 43

This is an accepted solution.

Go to your online store -> customize -> settings -> custom css and paste this code there

.price__container {
    display: flex !important;
    justify-content: center;
}
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp





Martin299
Excursionist
30 1 8

This is an accepted solution.

what about the ptoducts title how can i center them too ?

Asad-Mahmood
Trailblazer
210 37 43

This is an accepted solution.

add this css there to center the titles

 

h3 .full-unstyled-link {
    text-align: center;
}
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp





Martin299
Excursionist
30 1 8

thank you bro so much for your help

Asad-Mahmood
Trailblazer
210 37 43

Happy to help you 🙂

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp