Phone, address and email do not line up (centered) properly on mobile phones. Is there a fix for this? I figured out how to add the Google Plus icon from instructions previously posted but the option does not appear in the Social Icons area. Is there a way to make this show up so I don't have to go in and edit in the the footer file should I have a change in the future? Thanks.
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: @media only screen and (max-width: 767px){ .header-info { padding-right: 0px; }} @media only screen and (max-width: 480px){ .header-info { margin-left: 0px; }} This will solve the alignment issue of phone, address and email. It required customization in 2 to 3 files to add option for extra social media icon in the theme option, so it is not possible for us to provide the customization to that extent.