• I’m trying to float the following code globally within wordpress.

    <?php if(function_exists(cal_get_calculator)) { cal_get_calculator(); } ?>

    With a 3 column theme, I would like this ‘calculator’ to float to the middle right of the browser, just next to the scroll bar. This way, anyone will have access anytime whether they scroll down the screen or what have you.

    Can anyone help?

  • The topic ‘How to float something to the right?’ is closed to new replies.