StarBuG Member Oct 26, 2010 #1 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.
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.
P Paul B XenForo moderator Staff member Oct 26, 2010 #2 You need to edit the following css to move the icon: .node .nodeControls margin: 20px 0px; position: absolute; right: 242px; top: 0px; Upvote 0 Downvote
You need to edit the following css to move the icon: .node .nodeControls margin: 20px 0px; position: absolute; right: 242px; top: 0px;
Daniel Alicea Member Nov 24, 2010 #3 Brogan said: You need to edit the following css to move the icon: .node .nodeControls margin: 20px 0px; position: absolute; right: 242px; top: 0px; Click to expand... What .css is this, Brogan? I am having the same issue. Upvote 0 Downvote
Brogan said: You need to edit the following css to move the icon: .node .nodeControls margin: 20px 0px; position: absolute; right: 242px; top: 0px; Click to expand... What .css is this, Brogan? I am having the same issue.
Daniel Alicea Member Nov 24, 2010 #4 Daniel Alicea said: What .css is this, Brogan? I am having the same issue. Click to expand... Never mind ... I found it. Upvote 0 Downvote
Daniel Alicea said: What .css is this, Brogan? I am having the same issue. Click to expand... Never mind ... I found it.