Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #420401

    Hi there,
    Please could you help us rearrange our icons to be in a line, as opposed to being in a list?
    This is the code in the widget at the moment by our developer:

     
    <ul id="footer-social-buttons">
    <li><a href="https://twitter.com/ssg_news" target="_blank"></a>
    </li>
    <li><a href="http://www.linkedin.com/company/2398048" target="_blank"></a>
    </li>
    <li><a href="http://www.facebook.com/SustainabilitySolutionsGroup" target="_blank"></a>
    </li>
    </ul>

    How do I attach a screenshot?
    Thanks,
    Petronella

    • This topic was modified 9 years ago by Elliott.
    #420956

    Hey SSG!

    Please try the following in Quick CSS under Enfold–>General Styling:

    #footer-social-buttons li {
      display: inline !important;
    }

    Best regards,
    Rikard

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