The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Making the post height smaller, and how to color in a empty box?

Go down

Making the post height smaller, and how to color in a empty box? Empty Making the post height smaller, and how to color in a empty box?

Post by PlatinumWata June 16th 2011, 11:45 pm

Hello guys, I have two question. Both with images, to help you get a solution.

1) How do I make the signature go right underneath the text, so it doesn't leave that ugly gap? Im sure their might be a code in the CSS. Click here for picture

Making the post height smaller, and how to color in a empty box? Signaturesssss

2) How do I get rid of this white empty space, and replace it with the blue texture?

Making the post height smaller, and how to color in a empty box? Whitespace

Thanks!
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

Making the post height smaller, and how to color in a empty box? Empty Re: Making the post height smaller, and how to color in a empty box?

Post by Guest June 17th 2011, 12:19 am

Ah, PunBB and its crappy CSS strikes again. To solve your first problem, add this to your CSS:

Code:
.pun .sig-content {clear: none;}
The second is a little more difficult. Add this to your CSS:

Code:
fieldset.frm-set.connexion {background:(color);}
and replace (color) with the color you used in the block above it. Depending on your CSS, you may still have a small area between the two blocks. If you do, you'll need to add a negative top margin to the fieldset.frm-set.connexion rule to move the block up.
avatar
Guest
Guest


Back to top Go down

Making the post height smaller, and how to color in a empty box? Empty Re: Making the post height smaller, and how to color in a empty box?

Post by PlatinumWata June 17th 2011, 1:29 am

Mate, thats great! The first problem worked perfect!

The second problem worked, however it left abit of white still as you mentioned. Im confused with what you mean by negative margin to fieldset. (sorry for being confused LOL)

Making the post height smaller, and how to color in a empty box? Ffffffffffff
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum