Azy Posted July 18, 2011 Share Posted July 18, 2011 is this possible at all? for example, the default layout is as follows [user info][collections][shop] [neopets][neohome] [trophies][habitarium and nc mall (i've removed these two)] it is possible for me to move these around to [user info][collections] [neopets] [neohome][shop] [trophies] basically, just making the neohome and shop modules a row of their own any help would be much appreciated Quote Link to comment Share on other sites More sharing options...
Cornflakes Posted July 18, 2011 Share Posted July 18, 2011 Wellll, yes, it's possible. It involves tinkering around with position. Like so: <style> #usershop{position:absolute;top:300px;left:300px;} </style> Really you just have to fuss with it until you get your modules where you want them. And, welcome to the forum :) Quote Link to comment Share on other sites More sharing options...
Azy Posted July 18, 2011 Author Share Posted July 18, 2011 Wellll, yes, it's possible. It involves tinkering around with position. Like so: <style> #usershop{;} </style> Really you just have to fuss with it until you get your modules where you want them. And, welcome to the forum :) ah, that's what i thought. i was hoping there was a way to keep it centered in any page resolution like it is by default. i guess i'll give up and leave it as is because i prefer that over it being x amount of pixels from the right. thanks very much for your help! Quote Link to comment Share on other sites More sharing options...
Cornflakes Posted July 18, 2011 Share Posted July 18, 2011 As far as I know, we can't move modules around from row to row and keep them still inside the content div. That would be cool if we could though. The user profiles on IMVU, for example, are all Ajaxed, so you can drag and drop the panels all around as you wish. Quote Link to comment Share on other sites More sharing options...
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.