Forums

Float image over side of menu (4 posts)

  1. congo181
    Member
    Posted 6 months ago #

    I'm trying to float an image (which has a hyperlink attached) that will appear on top of my menu (but to the right hand side where there are no other menu itmes, but i'm having trouble finding the code.

    I've put some css within the header item that is generating the image link (to the easy pdf print viewer), but I just want to alter the position of the image so that it appears on the right hand side of my menu bar.

    My site is

    Any ideas?

  2. alchymyth
    The Sweeper
    Posted 6 months ago #

    .printfriendly { margin-top:-35px; margin-right: 10px;}

    adding this to style.css of your theme might help.

  3. congo181
    Member
    Posted 6 months ago #

    Hi Alchmyth,

    Thanks for your suggestion. I tried putting that line of code in the style.css but it didn't seem to work. Have you got any other suggestions?

  4. SwansonPhotos
    Member
    Posted 6 months ago #

    Try to wrap the menu and your img into a table of 1 row 2 columns with left td float left, right td float right.

Reply

You must log in to post.

About this Topic