Tagged: mobile
the site I’m working on is
evokespirit.com
The specific page I’m inquiring about here is
How do center the word “Consulting” so it shows it is centered on the mobile display?
thank you
Hey Nathan,
Add this to quick css:
@media only screen and (max-width: 767px) {
h1.av-special-heading-tag{
font-size:40px!important;
}}
Best regards,
Jordan Shannon
Jordan that is a gift of support sharing the code
It is aligned now
thank you, this resolved
Hi,
No problem at all my friend. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon