Loading...
 
Features / Usability

Features / Usability


Files list text font huge

posts: 758 United States

I have "Portal" pages in my wiki for each main category. And in each portal page, I have listed the files in that main category.
Here is an example at http://thepatriotwoodwiki.org/Material%20Processing that shows oversized text font larger than is used to be. I did not do anything to cause this, err, at least I don't think I did.

If you go to this page you'll see how the font used to look, http://thepatriotwoodwiki.org/Works

Anyone have any ideas how I can fix this? I have tried CSS over rides in Themes Custom, but to no avail.
Thanks

posts: 4656 Japan

Hi John,

Sorry, which text do you mean? I don't see a difference, in my browser anyway.

-- Gary

posts: 758 United States
Gary, the text for listing files using the list plugin. You'll see the list of files at the lower portion of the page.
posts: 758 United States

Gary, for some reason I do not find the comment you made here in this topic as was mailed to me, your comment was:


Do you mean the text "Files and images in this category"? If so, this is an H2 heading, which in the Utopias theme is specified to have a 30-pixel font size. You can add

Copy to clipboard
h2, .h2 { font-size: 22px; }


or some such pixel size in your Look & Feel custom CSS, if you like. (If I'm talking about the wrong text, let me know.)


Gary, the header is fine actually, what I am talking about is the actual file listing. If you go to those two pages I linked to above in the first topic, the font size for the "Material Processing" page file listings is huge, as compared to the font size at the "Works" page.

I have tried to reduce that text size with:

Copy to clipboard
a { font-size: 14px;


and that works fine, but consequently it also reduces the size of the page title.
Any help is greatly appreciated.