Jump to content

Recommended Posts

Posted

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

Posted

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! :)

Posted

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

Posted

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. :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...