pound_side_account Posted September 20, 2008 Posted September 20, 2008 Ok. So I took the tutorial for making a layout(Awsome by the way! :laughingsmiley: ) But I need to knwo hwo to move the guild sidebar. I know how to edit numbers and stuff but I don't know which ones :guiltysmiley: . #whatisthewordthatgoesheretoeditthenumbers? Quote
Ruto Posted September 20, 2008 Posted September 20, 2008 This topic has been edited by a member of staff (Ruto). The topic was posted in the wrong area. Please check your user inbox to see if you have been contacted regarding this topic. Per the reason above, this topic has been MOVED from 'Site Feedback, Bugs, and Help' to 'Graphics Help'. Quote
Xepha Posted September 20, 2008 Posted September 20, 2008 How exactly do you want to move the sidebar? Can we see your code (or link us to the place where you are testing it). It's really hard to help somebody without the code. Quote
pound_side_account Posted September 20, 2008 Author Posted September 20, 2008 http://www.neopets.com/guilds/guild.phtml?id=3624956 Thats the place were it is. I wanna move it down some Quote
Izzy ♥ Posted September 20, 2008 Posted September 20, 2008 #main { position: absolute; left: 0px; top: NUMBERpx; width: 650px; height: auto; background: transparent; border: 0px; } Thats the part you'll want to edit - the distance from the top (top: NUMBERpx;) - if you make it a larger number, the guild sidebar will be further down :) Just remember to also change the number in the other places where I said to use the same number as in the #main div. Quote
pound_side_account Posted September 20, 2008 Author Posted September 20, 2008 #main { position: absolute; left: 0px; top: NUMBERpx; width: 650px; height: auto; background: transparent; border: 0px; } Thats the part you'll want to edit - the distance from the top (top: NUMBERpx;) - if you make it a larger number, the guild sidebar will be further down :) Just remember to also change the number in the other places where I said to use the same number as in the #main div. Ok thanks! I'll let you know how it goes! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.