Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #768003

    I did a text widget for the social icons in my footer.

    My questions….
    1. How do I remove the separator between them?
    2. How do I center them? They’re aligned to the left now.

    #768276

    Hey!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .widget .social_bookmarks li {
        border: none!important;
    }
    .widget .social_bookmarks {
        max-width: 215px;
        margin: auto!important;
    }
    

    Best regards,
    Yigit

    #768410

    That fixed it! Thank you so much!

    #768467

    Hi,

    Let us know if you have any other questions or issues :)

    Best regards,
    John Torvik

    #769273

    I put the same thing in the sidebar and it’s not showing all of the icons. How can I fix that?

    #769316

    Hi,

    I just increase the max-width and decrease the social icon width to 25px. So, to fix it, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    .avia-builder-widget-area .widget .social_bookmarks {
        max-width: 300px !important;
        margin: auto!important;
    }
    
    .avia-builder-widget-area .widget .social_bookmarks li{
        border: none!important;
       width: 20px !important;
    }
    

    Best regards,
    John Torvik

    #769341

    That worked. Thank you!

    #769370

    Hi,

    Let us know if you have any other questions or issues :)

    Best regards,
    John Torvik

    #769671

    That’s all I need. Thank you.

    #769672

    Hey!

    We would appreciate if you can take a momenr to rate Enfold at themeforest
    It really help us a lot!

    Thank you very much for your time

    Cheers!
    Basilis

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove separators and center widget.’ is closed to new replies.