Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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!
    W

    #237270
    This reply has been marked as private.
    #237271

    Also, 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,
    W

    #237577

    Hey!

    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,
    Yigit

    #237671

    Hi Yigit,

    I tried it but was not successful.

    Any further thoughts?

    Thanks,
    W

    #237794

    Walrus

    You probably want to keep your visitors …so have them open another tab
    linktarget=’_blank’

    #237944

    Thanks Aribann for the input, I’m a novice and don’t really understand the suggestion. Can you expand please?

    #237959

    Sure 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.

    #238085

    SMART. CHEERS!

    #238197

    Hi!

    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,
    Ismael

    #238424

    rockstar. thank you.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘ENFOLD – Space between social media shortcodes in footer’ is closed to new replies.