RSS Feed Icon does not change location when Node Last Post width is changed

StarBuG

Member
Hi

I made my Forum fixed width and want to make the Node Last Post wider.
When I change the width from 210px to 280px the box is enlarged but the RSS Feed icon stays at its position beeing now below the Node Last Post box.
 
You need to edit the following css to move the icon:

.node .nodeControls
margin: 20px 0px;
position: absolute;
right: 242px;
top: 0px;
 
Top Bottom