PDA

View Full Version : Anyone know what's wrong with this?


JerichoLFG
09-03-2011, 04:16 AM
http://theimageigloo.com/images/142Screen_Shot_2011_09_03.png

The thing that tells people to register, it's like cutoff. How do I fix that?

setishock
09-03-2011, 04:24 AM
When the board is closed all functions are disabled to every one with the exception of you as the admin.
Only way to get the register back is to turn the board back on.

JerichoLFG
09-03-2011, 04:29 AM
As you can see from the picture below. Even when I'm not logged in, with the board active. The Box below the social networking tab is still cut off. (Where it says if this is your first visit, please register)

http://theimageigloo.com/images/752Screen_Shot_2011_09_03.png

setishock
09-03-2011, 04:33 AM
Ok I see you're saying the text is sitting on the bottom of the box. Is that what you meant?

--------------- Added 1315032091 at 1315032091 ---------------

Put this in your additional.css.

.notices {
padding-bottom: 5px;
background: {vb:stylevar body_background.backgroundColor};
margin: {vb:math {vb:stylevar padding}/2} 0;
}

Click save and reload. Adjust the px number till you get it like you want it. Click save and reload each time you make a change.