Solved

How to center text when third party app applied

UniverseofGrace
Excursionist
37 1 14

Hello Support, 

I have the "Pay What You Want" app installed through my store however after coding and centering the shopify theme the code for the app box for donation is not center and instead to the left. Is there anyway there is a simple input that needs to be added in order to center the text and box field. InkedPay What You Want App_LI.jpg

Accepted Solutions (2)
devangfour
Shopify Partner
43 10 8

This is an accepted solution.

Hello @UniverseofGrace 

 

Just add below CSS

#eo_rule_fields {
    text-align: center;
}

 

Thanks

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on devangfour@gmail.com regarding any help

View solution in original post

devangfour
Shopify Partner
43 10 8

This is an accepted solution.

Just add also

#eo_rule_fields input#input__price{
    text-align:center;
}

 

Thanks

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on devangfour@gmail.com regarding any help

View solution in original post

Replies 7 (7)

devangfour
Shopify Partner
43 10 8

Hello @UniverseofGrace 

 

Can you give me store URL?

 

Thanks

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on devangfour@gmail.com regarding any help
UniverseofGrace
Excursionist
37 1 14

of course, thank you. URL- ancestro-snuff.myshopify.com/ 

devangfour
Shopify Partner
43 10 8

This is an accepted solution.

Hello @UniverseofGrace 

 

Just add below CSS

#eo_rule_fields {
    text-align: center;
}

 

Thanks

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on devangfour@gmail.com regarding any help
UniverseofGrace
Excursionist
37 1 14

That worked! Thank you!

UniverseofGrace
Excursionist
37 1 14

Thank you so very much again for the assistance. Is it possible to center the Number $ amount text as well? Text Shift.PNG

devangfour
Shopify Partner
43 10 8

This is an accepted solution.

Just add also

#eo_rule_fields input#input__price{
    text-align:center;
}

 

Thanks

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on devangfour@gmail.com regarding any help
UniverseofGrace
Excursionist
37 1 14

Thank you!