Jump to content

CSS help AFTER hiding NC MALL


dgabrielm

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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