Last column width and Category titles centred
3 posters
Page 1 of 1
Last column width and Category titles centred
Hi there, I have two questions.
1. How do I make the last column thinner and my category (left-hand column in) wider? I've tried other suggestions from other threads but they don't seem to work.
2. How do I centre the category information? So in the case of my site, the information I wish to centre is the titles like "The Necessities" and the last post information.
My site link is: http://tailsofkings.forumotion.com and my site used phpBB3 style (if I'm correct).
Much appreciated.
1. How do I make the last column thinner and my category (left-hand column in) wider? I've tried other suggestions from other threads but they don't seem to work.
2. How do I centre the category information? So in the case of my site, the information I wish to centre is the titles like "The Necessities" and the last post information.
My site link is: http://tailsofkings.forumotion.com and my site used phpBB3 style (if I'm correct).
Much appreciated.
Re: Last column width and Category titles centred
2. Center forum titles. You will have to add this to the title of each forum:
- Code:
<center>FORUM TITLE</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: Last column width and Category titles centred
@SLGray
Or using this CSS:
JS
Or using this CSS:
- Code:
ul.topiclist.forums dd h3 {
text-align: center !important;
}
I do not quite understand, could you post a sample image?emmama wrote:1. How do I make the last column thinner and my category (left-hand column in) wider? I've tried other suggestions from other threads but they don't seem to work.
JS
Re: Last column width and Category titles centred
@JScript Sorry, your code didn't work. Basically, I'm trying to centre the forum names on all pages and well as the Last Posts column. So if you were to look at this image
When corrected the headings like "The Necessities", "Introductions" and "Admin Spot" would be centred over the secondary explanation (which is already centred). And the information in the last posts column (i.e. Thread name, date, poster) would also be centred.
As for the width of the column, I used This Thread (click me) for anyone who's wondering. Just change the code from '%' to 'px'.
When corrected the headings like "The Necessities", "Introductions" and "Admin Spot" would be centred over the secondary explanation (which is already centred). And the information in the last posts column (i.e. Thread name, date, poster) would also be centred.
As for the width of the column, I used This Thread (click me) for anyone who's wondering. Just change the code from '%' to 'px'.
Last edited by emmama on July 3rd 2015, 5:25 am; edited 1 time in total
Re: Last column width and Category titles centred
SLGray wrote:2. Center forum titles. You will have to add this to the title of each forum:
- Code:
<center>FORUM TITLE</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: Last column width and Category titles centred
I can see that. I was just hoping there was a working code I could add to my CSS to save me the time.
Also still looking for a code to centre my "Last Posts" column.
Also still looking for a code to centre my "Last Posts" column.
Re: Last column width and Category titles centred
@emmama
Okay, replace the previous code to the this:
Result:
JS
Okay, replace the previous code to the this:
- Code:
ul.topiclist.forums dd h3 {
display: inherit !important;
margin-bottom: -10px !important;
margin-top: 0 !important;
text-align: center !important;
}
Result:
JS
Re: Last column width and Category titles centred
@emmama
Ok, in this case, remove all the old code and add this below:
JS
Ok, in this case, remove all the old code and add this below:
- Code:
dd.dterm {
text-align: center;
}
JS
Re: Last column width and Category titles centred
This seems to have fixed the centre alignment, so thanks for that. I even managed to alter it so the Last Posts column was also centred. Only, it wouldn't centre the username of the poster. See here:
Also, my Authors column is still missing. I've seen threads of people using phpBB3 who wish to remove it, but I can't see it. I've not altered the template, so I'm not sure what could've happened.
Also, my Authors column is still missing. I've seen threads of people using phpBB3 who wish to remove it, but I can't see it. I've not altered the template, so I'm not sure what could've happened.
Re: Last column width and Category titles centred
Add this:emmama wrote:(...)Only, it wouldn't centre the username of the poster.(...)
- Code:
dd.lastpost span.color-groups {
float: inherit !important;
}
That part I did not understand very well, you could post a "print"?emmama wrote:(...)Also, my Authors column is still missing. I've seen threads of people using phpBB3 who wish to remove it, but I can't see it. I've not altered the template, so I'm not sure what could've happened.
JS
Similar topics
» Image next to description + Double category titles + rename titles + hide "view posts"
» Width of the column
» Column width and length
» Increase width of LAST POSTS column?
» Table Column Width and Table Grid Help
» Width of the column
» Column width and length
» Increase width of LAST POSTS column?
» Table Column Width and Table Grid Help
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum