How to I adjust the size of the Extra Elements Phone Number Or Small Info Text on Mobile? I’m trying to get the text on one line
Hey michelleornest,
Thank you for the inquiry.
You can adjust the style of the phone number in the Enfold > Advanced Styling panel. In the element dropdown, look for the Main Menu > Small bar above Main Menu element.
Best regards,
Ismael
Hello, Size for mobile is not an option in the advanced styling panel
Hi,
Thank you for your patience and the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 450px) {
.phone-info {
font-size: 9px;
}
}
Feel free to adjust to suit.
After applying the css, please clear your browser cache and check.
Best regards,
Mike