Tagged: footer, social media, widgets
-
AuthorPosts
-
March 13, 2014 at 11:33 pm #237263
Hello,
I have used the short codes to add social media icons in the footer but can’t get the spacing to work properly, it looks very crowded right now.
[av_font_icon icon='ue805' font='entypo-fontello' style='' caption='' link='manually,http://aa' linktarget='' color='#ffffff' size='40px' position='left'][/av_font_icon]
[av_font_icon icon='ue8f6' font='entypo-fontello' style='' caption='' link='manually,http://a' linktarget='' color='#ffffff' size='40px' position='left'][/av_font_icon]
[av_font_icon icon='ue8f3' font='entypo-fontello' style='' caption='' link='manually,http://a' linktarget='' color='#ffffff' size='40px' position='left'][/av_font_icon]
[av_font_icon icon='ue8f1' font='entypo-fontello' style='' caption='' link='manually,http://A' linktarget='' color='#ffffff' size='40px' position='left'][/av_font_icon]
[av_font_icon icon='ue8fc' font='entypo-fontello' style='' caption='' link='manually,http://' linktarget='' color='#ffffff' size='40px' position='left'][/av_font_icon]
Any idea why the ” ” isn’t working?
Cheers!
WMarch 13, 2014 at 11:40 pm #237270This reply has been marked as private.March 13, 2014 at 11:43 pm #237271Also, the icons don’t always light up WHITE consistently. Sometimes I have to change the size of the screen for the icons to turn white.
Thanks,
WMarch 14, 2014 at 1:02 pm #237577Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#footer .avia_transform .av_font_icon { opacity: 1; -moz-transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } #footer .av_font_icon { -webkit-animation: none; -moz-animation: none; animation: none; }
Regards,
YigitMarch 14, 2014 at 3:21 pm #237671Hi Yigit,
I tried it but was not successful.
Any further thoughts?
Thanks,
WMarch 14, 2014 at 7:37 pm #237794Walrus
You probably want to keep your visitors …so have them open another tab
linktarget=’_blank’March 15, 2014 at 6:23 am #237944Thanks Aribann for the input, I’m a novice and don’t really understand the suggestion. Can you expand please?
March 15, 2014 at 7:03 am #237959Sure change the linking method when you create those icons, you want them to open a new window. Once someone leaves your site they likely will not come back, especially true if they dont know how they got to your site to start with. So you force outbound links to open new windows, leaving your site still active in their browser.
March 15, 2014 at 5:05 pm #238085SMART. CHEERS!
March 16, 2014 at 5:32 am #238197Hi!
You can add this on your custom.css or Quick CSS to create a right margin:
#footer #text-8 .av_font_icon { margin-right: 20px; }
Best regards,
IsmaelMarch 17, 2014 at 12:13 am #238424rockstar. thank you.
-
AuthorPosts
- The topic ‘ENFOLD – Space between social media shortcodes in footer’ is closed to new replies.