Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1413652

    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

    #1413672

    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

    #1413740

    Hello, Size for mobile is not an option in the advanced styling panel

    #1414065

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.