Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1048977

    I’d like to add my social media icons in a widget in the footer. To do this, I have copied the html from the socket and added it to a custom html widget.

    However, now the icons are to small and there is a bullet point in from of them. How can I change this?

    https://pastebin.com/mfQ8x7YU for the HTML

    • This topic was modified 6 years, 1 month ago by mjakkerman.
    #1048988

    and you like to have the icons under each other?

    First – you don’t need to have here list tags
    if you take for example a span tag these icons are beside each other.
    I added a class to adress all icons at once:

    <span class="social_bookmark social_bookmarks_twitter av-social-link-twitter social_icon_2"><a target="_blank" href="https://twitter.com/DTB050" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"><span class="avia_hidden_link_text">Twitter</span></a></span>
    <span class="social_bookmark social_bookmarks_instagram av-social-link-instagram social_icon_3"><a target="_blank" href="https://www.instagram.com/detekstenbakkerij/" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Instagram"><span class="avia_hidden_link_text">Instagram</span></a></span>
    <span class="social_bookmark social_bookmarks_facebook av-social-link-facebook social_icon_1"><a target="_blank" href="https://www.facebook.com/DeTekstenbakkerij" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook"><span class="avia_hidden_link_text">Facebook</span></a></span>

    then do this to quick css:

    #footer .social_bookmark a {
        width: 40px;
        height: 40px;
        font-size: 30px;
        padding: 5px;
        display: inline-block;
        text-align: center;
    }

    looks this way: https://webers-testseite.de/ostler/#footer

    #1048991

    Thanks a lot, I changed the sizes a bit in the CSS and now it looks great

    #1049031

    Hi,

    Glad this issue is sorted for you! Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social media icons in widget’ is closed to new replies.