Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Multiquote (on) Multiquote (off)
Add Reply
Rank title help
Topic Started: Aug 18 2014, 12:02 PM (352 Views)
Cowsbelieve
Member
[ * ]
My problem is that the Titles won't fit in this teme I use. In an other theme it does, so I guess I have to change some values in this theme.
But I'm not sure which/...

There should be an image with "Post muppet". But it doesn't fit in correctly
Posted Image
Anyone?
Anyone?
Edited by Cowsbelieve, Aug 19 2014, 10:20 AM.
Offline Profile Quote Post Goto Top
 
Kankuro
Member Avatar
かんくろ
[ *  *  *  *  * ]
It looks fine to me:
Posted Image
I did notice on your 2nd theme "Skin1" it was misaligned.

To fix that add this to your CSS

Themes > Themes > Skin1 > Edit Theme Appearance
Code:
 

.usertitle {
margin-left: -31px;
}


If that doesn't work try this:
Code:
 

div.usertitle {
margin-left: -31px
}
Edited by Kankuro, Aug 19 2014, 03:07 PM.
Offline Profile Quote Post Goto Top
 
Cowsbelieve
Member
[ * ]
Thanks!
But now I got this... What do I need to add to fix this?
Posted Image

The legs are over "posts"
Edited by Cowsbelieve, Aug 20 2014, 01:50 PM.
Offline Profile Quote Post Goto Top
 
Kankuro
Member Avatar
かんくろ
[ *  *  *  *  * ]
Cowsbelieve
Aug 20 2014, 01:50 PM
Thanks!
But now I got this... What do I need to add to fix this?
Posted Image

The legs are over "posts"
You put this:
Code:
 

margin: -31px;



you should have put this:
Code:
 

margin-left: -31px;



Replace this:
Code:
 

td.c_user .usertitle {
margin: -31px;
overflow-x: hidden;
text-align: center;
}



With this:
Code:
 

td.c_user .usertitle {
margin-left: -31px;
overflow-x: hidden;
text-align: center;
}
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · ZetaBoards - Theme & Code Support · Next Topic »
Add Reply