Center text on mobile
Hello, I have searched online and on this forum for a solution to this problem and have tried a variety of the solutions previously offered to no avail. I am trying to center the “Call xxx-xxx-xxxx to talk to an expert” text on https://chaampmarketing.com/refinance-with-thompson-kane/. I’ve tried the mobile css styles box in the widget itself, I have a custom css plugin that allows for page-specific css styling, and I’ve tried the Appearance > Custom CSS entry as well. Here is a sample of what I’ve tried, but honestly I’ve tried dozens of variations of this and other stuff I’ve found online:
@media all and(max-width:480px){
#phoneheader .textwidget h3 {
text-align: center !important;
}
}
I appreciate any help.
Thanks,
Phil
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Phil
Thanks for reaching out.
You’re using an inline style in the h3 tag to right-align the text so your Custom CSS would need to be
#phoneheader .textwidget h3[style]https://css-tricks.com/override-inline-styles-with-css/
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.