• 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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • .printfriendly { margin-top:-35px; margin-right: 10px;}

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

    Thread Starter congo181

    (@congo181)

    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?

    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.

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

The topic ‘Float image over side of menu’ is closed to new replies.