Category name center, forum table edit
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Category name center, forum table edit
Hello!
I've some problems.
1) Would it be possible to center the Category names? (in magenta circle)
2) How to make all the forum tables have the same height? (cyan rectangle) You can see for example the "Online játékok" is off to the left a bit. x.x

Thanks in advance!~~

I've some problems.
1) Would it be possible to center the Category names? (in magenta circle)
2) How to make all the forum tables have the same height? (cyan rectangle) You can see for example the "Online játékok" is off to the left a bit. x.x

Thanks in advance!~~
Last edited by Fédra on November 9th 2014, 9:55 am; edited 1 time in total
Guest- Guest
Re: Category name center, forum table edit
Please post your forum's link.

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: Category name center, forum table edit
Hello Fédra,
Is that version invision ? If so, use this CSS for the titles :
Is that version invision ? If so, use this CSS for the titles :
- Code:
.borderwrap .maintitle.floated.clearfix h2 {
float:none;
text-align:center;
}
Re: Category name center, forum table edit
Thank you!
Forum version: punbb
Forum Link: http://pcmania.hungarianforum.com/

Forum version: punbb
Forum Link: http://pcmania.hungarianforum.com/
Guest- Guest
Re: Category name center, forum table edit
- Code:
.pun h2{
text-align: center;
}

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: Category name center, forum table edit
Oo, thank you!
It's almost perfect! Would it be possible to align vertically center the text too? 
It's like on the 1st photo now and would like them to be like on the second picture.



It's like on the 1st photo now and would like them to be like on the second picture.


Guest- Guest
Re: Category name center, forum table edit
Add this to your stylesheet :
Adding an equal amount of padding above and below the text should center it vertically.
- Code:
.main .main-head {
height:auto;
padding:10px 3px;
}
Adding an equal amount of padding above and below the text should center it vertically.
Re: Category name center, forum table edit
2. So you want all the columns where the images and forum titles and text are to be the same size?

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: Category name center, forum table edit
I'm not sure if I understand. :'D
It's like this

and I would like it to be like this

It's like this

and I would like it to be like this

Guest- Guest
Re: Category name center, forum table edit
Are you using the tutorial to create more than one forum in one forum?

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: Category name center, forum table edit
See if this works :
- Code:
.tcl > table td:not([style]) { width:25% }
.tcl > table td[style] { width:5% }
Re: Category name center, forum table edit
Omg, thank you!
Almost perfect, but I think adding same sized images will help to solve the minor problems.
Thank you sooo much Ange !!!

Almost perfect, but I think adding same sized images will help to solve the minor problems.

Thank you sooo much Ange !!!
Guest- Guest
Re: Category name center, forum table edit
Topic solved and archived

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum