Hi,
How do I center this phone number text in mobile view?
T
Hey mcraig77,
I just gave you code to hide it on mobile, not sure if you want to keep it or not?
Regards,
Rikard
It is not the same phone number… please see screenshot. It is for mobile only view under the slider.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#mobilecontact .avia_textblock h4 {
text-align: center;
width: 100%;
}
Best regards,
Yigit
AHoy that worked but it didn’t center the phone icon.
Please Advise
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
#mobilecontact .av_font_icon {
position: relative;
left: 30%;
}}
Best regards,
Yigit
Thanks!