on this page:
http://theflyingrug.com/new/contact-us-2/
The social icons should be the other way around.
what am I doing wrong in the shortcode, or is there a better way to line them up with a little space in between?:
[av_button label='send mail' link='manually,http://mailto: (Email address hidden if logged out) ' link_target='_blank' color='custom' custom_bg='#b8b5af' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon='ue805' font='entypo-fontello'] [av_font_icon icon='ue8f5' font='entypo-fontello' style='' caption='follow us' link='manually,https://www.facebook.com/pages/The-Flying-Rug/517874874980127' linktarget='_blank' color='#b8b5af' size='36px' position='left'][/av_font_icon]
thanks
Hey Munford!
Thank you for using the theme!
Please add this on Quick CSS or custom.css:
div.avia-button-wrap.avia-button-left {
display: block;
}
div.flex_column.av_one_half.first.avia-builder-el-4.el_after_av_hr.el_before_av_one_half span.av_font_icon.avia_animate_when_visible.avia-icon-pos-left.avia_start_animation.avia_start_delayed_animation {
display: block;
margin-left: 10px;
}
Cheers!
Ismael
thanks! that did it.
Was there another way to set the alignment so they didn’t get switched around?
Hey!
Glad it worked.
It is actually weird. I’m not really sure why it’s acting that way. The mail icon should come first by default because of the way the shortcodes are laid out.
Regards,
Ismael
yes, I tried various different layouts but it always switches around. strange.