Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Please make the font bigger...
This discussion has been closed.
Comments
resolution: 1280 x 1024
browser: firefox
text size: normal/default
opinion: fine by me
Resolution: 1024x768
Browser: Firefox
Text size: Normal
Opinion: ...
The font size on this particular forum is perfect, yet for some reason on our own discussion board the font size is tiny using the default theme, yet Soulscape looks just fine.
Where in the CSS do I have to change it so that it's the same size as here? Thanks.
// also, changing the text size in Internet Explorer does not affect the font size.
#Comments .CommentBody {
font-size: 13px;
}
display:block;
margin: 10px;
color:#000;
font-size: 13px;
line-height: 150%;
}
But it's still tiny
If you use the firefox web developer sidebar, you can do css > edit css and then scroll down to the point and try out the changes on a live site. When you're happy you write it into your css file.
The "View Style Information" from the same drop-down menu shows you a cross-hair which you can roll over the items you want to change. In the bottom-left of the status bar the current css-location of the item under the cursor is shown.