• http://www.thebadquiz.com

    Near the bottom of my homepage, on the footer, are three social media icons. I would like to copy those and be able to place them near the top of my side, in the red horizontal bar. Here is the current code as is now:

    <ul class=”footer-social”>

    <i class=”fa fa-twitter”></i>
    <i class=”fa fa-facebook”></i>

    <i class=”fa fa-instagram”></i>

    I’m brand new to all this and thinking I probably have to change <ul class=”footer-social”> to “header” or something, but I dont know exactly what it should be.
    Really appreciate any help

Viewing 1 replies (of 1 total)
  • Hi,

    Is this code in the footer.php file? I would guess it is. If so, may be you can try removing it from there and moving it to header.php

    I don’t think changing the class is the way to go.

    You may need to do some custom CSS styling once you have moved it to header.php so that it positions itself correctly.

    ~Tanveer

Viewing 1 replies (of 1 total)

The topic ‘Code for moving icons to header’ is closed to new replies.