• Resolved Cajuna

    (@cajuna)


    Hello,
    I’ve problem
    I need to add other Social Icon to the sidebar-2
    I’ve this code now:

    <ul class="social-links">
    <font color="black">REDES SOCIALES:</font>
    <li><a href="https://twitter.com/PlayMakersGG" title="Twitter" class="social-tooltip" target="_blank">
    <i class="fa fa-twitter" style='color: #000000;'></i>
    </a>
    </li>
    <li><a href="https://www.youtube.com/channel/UC53PSjcyhNkXDM9NIXS7brA" title="YouTube" class="social-tooltip" target="_blank">
    <i class="fa fa-youtube-play" style='color: #000000;'></i>
    </a></li>
    </ul>

    And it works.
    But i need to add other icon like this:

    <ul class="social-links">
    <font color="black">REDES SOCIALES:</font>
    <li><a href="https://twitter.com/PlayMakersGG" title="Twitter" class="social-tooltip" target="_blank">
    <i class="fa fa-twitter" style='color: #000000;'></i>
    </a>
    </li>
    <li><a href="https://www.youtube.com/channel/UC53PSjcyhNkXDM9NIXS7brA" title="YouTube" class="social-tooltip" target="_blank">
    <i class="fa fa-youtube-play" style='color: #000000;'></i>
    </a></li>
    <li><a href="https://www.facebook.com/PlayMakersGG" title="FaceBook" class="social-tooltip" target="_blank">
    <i class="fa fa-facebook" style='color: #000000;'></i>
    </a></li>
    </ul>

    https://gyazo.com/6e4b5c584259dc74ed614a998876b52b

    I need to put FaceBook at top, like Twitter and YouTube.
    Can u help me? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Cajuna. Not sure what custom css you have already applied but, in the default theme configuration, this should put everything on one line:

    .s2 .sidebar-top {
        padding: 15px;
    }
    .s2 .social-links li {
        margin-left: 0;
    }
    Thread Starter Cajuna

    (@cajuna)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with’ is closed to new replies.