More hp space

General Free Credits
by General Free Credits · 15 posts
15 years ago in IMVU Homepage Codes
Posted 15 years ago
Change the style of the body.
You need to add padding:


Change the style of the body.
You need to add padding:

<style>
body {
padding-top:200px;
}
</style>

I have not tested this, it is just a guess I pulled out of my ass.
Posted 15 years ago · Author
Thank you Sir.! :twisted: I add 600px for the padding and it works great for my pic hehe you should go c my page
Posted 15 years ago
Just a question, Don... do you have a code to add space at the top of one panel ? Like, in the About Me panel, to push the text down a bit?... :roll:
Posted 15 years ago
Which panel?

The code for each panel is a bit different, because you have to target the panel's name, but it is about the same as the code above. You just have to change the subject, "body", to the name of the panel.

Here are the names of the panels:
#music_panel
#stickers_panel
#blog_panel
#gallery_panel
#rss_panel
#visitors_panel
#messages_panel
#rankings_panel
#friends_panel
#wishlist_panel
#aboutme_panel
#url_panel
#cool_panel
#contact_panel
#interests_panel
#tagcloud_panel
#room_panel
#dev_panel

Example, if you want to change the About Me Panel, the code would be:
<style>
#aboutme_panel {
padding-top:200px;
}
</style>


Again, this is a guess, so please tell me if it works...
Posted 15 years ago
OK, tried it... Turns out that that code adds space above the header of the panel, and I kinda wanted some space below the header... :? Anything you can do about it?

EDIT: Ok, got the code! <style>
#aboutme_panel_body {
padding-top:200px;
}
</style>

Just added "_body" to the code... ^__^
Posted 15 years ago
:P So stealin ya idea shatta :twisted:
Posted 15 years ago
:shock: is that a threat :!: :?: :!: :?:

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT