I have a client that would like the text to be centered on phones. I have tried using the media query and targeting the avia text block and i am not having any luck. What would the best option be to achieve this.
Hi sbentley_1,
Exactly what text do you want to center on phones? Please post a link to the site in question.
Cheers!
Rikard
They would like all the body text and headlines centered on phones.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
body * { text-align: center !important; }}
Cheers!
Yigit
This worked to center the text however it left the HR aligned left and right and the padding settings. It also effects the accordion on the second page.