Coding Help For Active Topic Links
2 posters
Page 1 of 1
Coding Help For Active Topic Links
I'm sure this is a coding problem, as I searched through a lot of the admin panel but couldn't find anything useful. Anyway at the top of my forum, before the content, are these few links.
I also have these links right above my Who Is Online Section.
They are placed and aligned just like that, and don't look too aesthetically appeasing. I saw in a few other forums that they were able to place the links above each other, so they were sort of stacked.
So it was also displayed like this.
Is there a code that allows one to stack or align the links differently? And if so could someone help me out, as I am not too great with coding. Or if stacking is not possible with phpBB3, then is it possible to remove the links?
View posts since last visit • View your posts • View unanswered posts
I also have these links right above my Who Is Online Section.
Today's active topics • Today's top 20 posters • Overall top 20 posters
They are placed and aligned just like that, and don't look too aesthetically appeasing. I saw in a few other forums that they were able to place the links above each other, so they were sort of stacked.
So it was also displayed like this.
Today's active topics
Today's top 20 posters
Overall top 20 posters
Is there a code that allows one to stack or align the links differently? And if so could someone help me out, as I am not too great with coding. Or if stacking is not possible with phpBB3, then is it possible to remove the links?
Re: Coding Help For Active Topic Links
Hi,
To align those links vertically, try adding this code in Admin CP > Display > Colors > CSS...
To align those links vertically, try adding this code in Admin CP > Display > Colors > CSS...
- Code:
#main-content .linklist li {
display: block;
}
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: Coding Help For Active Topic Links
Thanks, that worked great! Although is there a certain code that aligns it to the left or right of the forum?
Re: Coding Help For Active Topic Links
By default it should be in left, to align it on right use this code...
- Code:
#main-content .linklist {
float: right;
text-align: right;
}
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: Coding Help For Active Topic Links
Topic Solved & Locked |
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Similar topics
» How to display topic user active (who is read this topic)
» active topic on the forum
» like showing images in mobile version is possible to active the links in images
» Widget for Most Active Topic Starters
» No single active topic can be opened
» active topic on the forum
» like showing images in mobile version is possible to active the links in images
» Widget for Most Active Topic Starters
» No single active topic can be opened
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum