having a bit of an issue, I would like to have an icon with phone number and than another icon with a phone number in this area:
Screenshot: https://www.dropbox.com/s/dds9w6mfws0jbay/Screenshot%202014-12-09%2009.48.17.png?dl=0
but when i put in this code below it shows up like the below screenshot… how do i fix that? I would like icon number icon number
[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#0E6FA8' size='15px' position='left'][/av_font_icon] (562) 426-9526 [av_font_icon icon='ue838' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#0E6FA8' size='15px' position='left'][/av_font_icon] (562) 424-8393
Screenshot: https://www.dropbox.com/s/1gqqbrvq49pjz5s/Screenshot%202014-12-09%2009.49.33.png?dl=0
Hi mcraig77!
Add this to your custom CSS.
#header_meta .avia-icon-pos-left {
float: none !important;
}
Regards,
Elliott