dgabrielm Posted March 17, 2013 Share Posted March 17, 2013 Hi everyone, I looked at another post and was able to hide the annoying NC mall bit in my lookup using #ncmall{display:none;} Awesome thanks! But now my trophies look all squashed up to the left. When I removed my neohome from the lookup, the pets just streched to the right but this doesn't seem to have happened. Can anyone find a solution for this? Dario Quote Link to comment Share on other sites More sharing options...
Ysera Posted March 17, 2013 Share Posted March 17, 2013 I can try to help but it'll be trial and error. Can you post the codes? Mouseykins 1 Quote Link to comment Share on other sites More sharing options...
Mouseykins Posted March 17, 2013 Share Posted March 17, 2013 Basically all you need to do is play around with the width values. For your neopets use #userneopets and #usertrophies Your code will look something like this and make sure these go in style tags. #userneopets { width: 0px; } #usertrophies { width: 0px; } Play around with the width values and for positioning just add margin-left: 0px; and adjust from there. In case this doesn't work I would post the code so Ysera can take a look at it and I might be able to as well. Happy coding! :) Quote Link to comment Share on other sites More sharing options...
dgabrielm Posted March 18, 2013 Author Share Posted March 18, 2013 HEY! Thanks, playing around with that has worked out great. Now could you tell me the id codes for the shop and gallery bit and the user info bit so I can adjust the height? Or is there a place on neopets to find the info? BTW thanks Quote Link to comment Share on other sites More sharing options...
Mouseykins Posted March 18, 2013 Share Posted March 18, 2013 The module names are: #userinfo #usercollections this is the section that has your avatar and stamp count. #usershop You're welcome! I'm glad you got it all figured out. :) 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.