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

    Hi, could you show me how can i keep aligned social icons under the text “SEGUICI SUI SOCIAL” in the bottom of my home page?
    I’ve tried to add the margin-left property but when i resize the screen it doesn’t work cause i’ve used a fixed dimension in pixels:

    span.sfmsb-icon-facebook {
    margin-left: 512px;
    }

    I’m looking for a responsive solution.
    Thanks!
    Andrea

    #829462

    Hey Andrea,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #sfmsb_settings-3 .sfmsb-follow-social-buttons {
        text-align: center;
    }
    
    #sfmsb_settings-3 .sfmsb-follow-social-buttons a {
        display: inline-block;
        float: none;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #829477

    It works!
    Thank you very much Nikko!

    Best regards,
    Andrea

    #829485

    Hi Andrea,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.