Any way of Increasing the text size of posts, reps?
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
inallsorts- Forumember
- Posts : 246
Reputation : 8
Language : English
Re: Any way of Increasing the text size of posts, reps?
you can try adjusting the font size in this if you do not have it in yours already
Other then that i would need accesses t one of you post on the forum so i can see whats what.
- Code:
.postdetails {
font-size: 10px;
}
Other then that i would need accesses t one of you post on the forum so i can see whats what.
kirk- Forumaster
-
Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: Any way of Increasing the text size of posts, reps?
Mmm, the code doesn't seem to do It.
My forum Is In my profile, you can have a look from there If you wish.
Appreciate your help.
My forum Is In my profile, you can have a look from there If you wish.
Appreciate your help.
inallsorts- Forumember
- Posts : 246
Reputation : 8
Language : English
Re: Any way of Increasing the text size of posts, reps?
- Code:
.postprofile {
font-size: 17px;
}
Try adding that to the css.
Re: Any way of Increasing the text size of posts, reps?
Added, but still no change, even after Increasing the font-size value.
Thanks anyways.
Thanks anyways.
inallsorts- Forumember
- Posts : 246
Reputation : 8
Language : English
Re: Any way of Increasing the text size of posts, reps?
Try this code
Isn't your forum version phpbb3?
- Code:
.postprofile {
font-size: 17px !important;
}
Isn't your forum version phpbb3?
Re: Any way of Increasing the text size of posts, reps?
Hi!
If your version is phpBB2 add to CSS Stylesheet this:
If your version is phpBB2 add to CSS Stylesheet this:
- Code:
.poster-profile{
font-size: 17px !important;
}
Guest- Guest
Re: Any way of Increasing the text size of posts, reps?
@Sanket wrote:Try this code
- Code:
.postprofile {
font-size: 17px !important;
}
Isn't your forum version phpbb3?
Oh sorry, my profile documents phpbb2, my bad. Yes I am using phpbb3. And you've done It again! The provided code herein works perfectly. Truly appreciate your help and prompt replies.
/Thread.
inallsorts- Forumember
- Posts : 246
Reputation : 8
Language : English
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