• Hello,

    I’m trying to add Facebook and Twitter icon next to RSS button on top right. How can I do that? I tried to place the code underneath the RSS button code, but it doesn’t place it next to it. Please help!

    https://www.alindra.org

Viewing 1 replies (of 1 total)
  • Hi,
    Just add link and image before rss in the code.

    Then you need to edit style.css and add

    position:absolute;
        right:100px;
        top:160px;

    for your new image (use a new class or id). I’ll need to play with the values of right and top.

    EDIT :
    I see you have already placed the code.
    Now you just need to play with right and top values.

    But your problem is that your fbicon.png is very large !!! You need an image using real size (about 50x33px) ! Width can be as you want but height must be 33px, same height as the rss link !

Viewing 1 replies (of 1 total)
  • The topic ‘Add Facebook, Twitter Icon on header.’ is closed to new replies.