The current solution is to use the following in the CSS.
div.options {
position:relative;
width:100%;
left: 860px;
padding:2%;
background:transparent !important;
However, this solution locks the icons to the right and they do not move when the window is sized:
Is there a responsive method I can use to accomplish my goal?
I am using RoboHelp 10.
Thanks - Dan