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.

Spaces in the forum

2 posters

Go down

Spaces in the forum Empty Spaces in the forum

Post by LasTemptation February 21st 2012, 1:52 am

Hi. I don't do very well with coding so I was hoping someone on here could help me with this. I have a forum that's running on a punbb skin and I'd like to if there's something to edit in the template or CSS that I can add to take out the spaces in between the forum as seen in the pictures below. I would also like to know how to remove the text at the bottom that says "No new posts" "New posts" and "locked".

Spoiler:
avatar
LasTemptation
Forumember

Male Posts : 50
Reputation : 0
Language : English
Location : United States

Back to top Go down

Spaces in the forum Empty Re: Spaces in the forum

Post by BryanR February 21st 2012, 2:37 am

I can assist you with the second part, the bottom where it says "No New Posts, New Posts, Locked" is called the legend. Here is the code to remove the legend or hide the legend from your board, your forum version is PunBB, if so then here is the code:

Code:
ul#pun-legend li {
display: none;
margin-right: 20px;
}

If it doesn't work come here and post about it so that I can continue with assistance, as for your first question, I don't think their is code that exists, not that I'm aware of. As for those spaces they have to exist their, it is all about dividing the forum, I don't find a reason to get rid of them. Anyways I'm sure you can tweak with the templates to get rid of those spaces. I'm not that of an expert on Punbb, sorry.
avatar
BryanR
Forumember

Male Posts : 185
Reputation : 10
Language : English | Spanish | Spanglish | HTML | Graphics
Location : Support Forum@Forumotion.com

Back to top Go down

Spaces in the forum Empty Re: Spaces in the forum

Post by LasTemptation February 21st 2012, 2:55 am

Thank you for that legend code, it did work. Regarding the spaces it's not so much about functionality but the look that I have a problem with, it'd look better without them. I have tried editing the templates but I couldn't figure it out. Anyone else know how to do it?
avatar
LasTemptation
Forumember

Male Posts : 50
Reputation : 0
Language : English
Location : United States

Back to top Go down

Back to top

- Similar topics

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