Login     Sign up
how to change font size
arizon efendi (@arizon)
Join date: Aug 26th 2010
Community posts: 145
View Profile
Send Message

i want to change font size in browse page. but i can not find the code. please help me. thanks.

this is the picture:

[img]http://temanku.net/data/font.jpg[/img]

173 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

Hey mate its in style.css around line 528 looks like this..

in small avatars section
[code]
ul.small_avatars li span {

width: 28px;

-o-text-overflow:ellipsis;

text-overflow: ellipsis;

white-space: nowrap;

[/code]

Just put [code]font-size: 15px;[/code] above [code]width: 28px;[/code]
Change 15px to whatever you like
..

173 months ago
arizon efendi (@arizon)
Join date: Aug 26th 2010
Community posts: 145
View Profile
Send Message

[code]
ul.small_avatars li span {
width: 28px;
font-size: 13px;
-o-text-overflow:ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
}
[/code]
no change sir. i am not use small avatars on brows page. i used galerry..

but my problem is fixed now

this is the code

[code]
ul.gallery li {
display: block;
font-size: 12px;
padding: 3px;
margin: 3px;
float: left;
width: 125px;
text-align:center;
height: 160px;
border: #eee 2px solid;
}
ul.gallery li span {
display: block;
font-size: 12px;
font-weight: bold;
}
[/code]

thanks for your help

173 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

No worries mate, oh it does look a bit better with gallery instead of avatars I changed mine too :)

173 months ago
arizon efendi (@arizon)
Join date: Aug 26th 2010
Community posts: 145
View Profile
Send Message

yeah nice if we use gallery...

173 months ago