hi guys on mobile when viewing http://ddgblackpool.flywheelsites.com/
Can you see that the small alternative header bar has a telephone icon then a telephone number, an email icon then an email but the spacing is huge between icon and text to the right of it
Is there a way to correct this formatting?
Hey codecreative,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#top #header_meta a,
#top #header_meta li,
#top #header_meta .phone-info {
text-align: left;
}
#header_meta .phone-info span {
line-height: 1.3;
}
#top #header_meta .phone-info span.av_font_icon {
margin-right: 6px;
clear: both;
float: left;
}
Hope it helps :)
Best regards,
Nikko