Help with moving icon into header

Discussion in 'CSS' started by redsy, Aug 30, 2008.

  1. #1
    I know this is quite basic, though struggling!!!

    On my blog I would like to move the rss icon to below the search box in top right corner as is the 'add this button' in left sidebar. At present it is displayed through a text widget in WP.

    Please could someone help me with the code needed to put these into the header.php. and what else i need to do. Thanks
     
    redsy, Aug 30, 2008 IP
  2. redsy

    redsy Member

    Messages:
    209
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    33
    #2
    the code at present is

    within header

    <div id="rss"><a href="http://www.hip-consultant.co.uk/blog/feed/"><img src="http://www.hip-consultant.co.uk/blog/wp-content/uploads/2008/06/feed.gif"></a></div>

    then in css

    #rss { margin-top:26px; float:right; padding:0; }
    #rss img { border:0 }

    really i would like the icon under the search box

    as you may of guessed my css skills are not up to much and struggling positioning it.

    Any help appreciated, thanks
     
    redsy, Aug 31, 2008 IP
  3. LuisMiranda

    LuisMiranda Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I already see the RSS icon under the search box :confused:
    Not sure what you want to accomplish.
     
    LuisMiranda, Aug 31, 2008 IP
  4. redsy

    redsy Member

    Messages:
    209
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    33
    #4
    Sorry should of updated, now done. Thanks for looking appreciated
     
    redsy, Aug 31, 2008 IP