• Resolved tunisie

    (@tunisie)


    I recently got myself a Twitter icon and an RSS icon so users can subscribe to my Twitter/RSS feeds. The thing is, I can’t seem to place the icons above the Search Bar on my blog.

    I’d also like to add some text before OR above the icons.

    Here’s my site:

    PC Demon

    I haven’t fully started writing yet, but I decided to customize it before I start blogging.

    Thanks in advance,

    TuNiSiE

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try placing the both icon links in their own <div> block in header.php. Something like:

    <div id="feed-icons"
    <a target="_blank" href="http://feeds.feedburner.com/PCDemon"><img width="48" height="48" border="0" src="http://xxlimg.com/images/ftnl4s6kvyt8tjoa8q.png"/></a>
    <a target="_blank" href="http://twitter.com/PCDemon">
    </div>

    Then, you can edit style.css and move this new block around:

    #feed-icons {
    position:absolute;
    top:10px;
    right:10px;
    }

    Adjust the top and right positioning to suit.

    Thread Starter tunisie

    (@tunisie)

    Problem solved. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding Subscribe Buttons to the Header’ is closed to new replies.