Can't edit the size of text on my theme Can't edit the size of text on my theme
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Can't edit the size of text on my theme

Started by Diana, January 18, 2005, 12:38:55 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Diana

Hi everyone. I have tons of hours trying to install the gallery, after a while I could, but now I want my own Theme.
I'm modifying the Anime one, but I can't make the font smaller... :-[  I have changed all "font-size:" on my style.css to "8px" but it stays that big.

Sorry if my question this is kinda stupid or if it has been already answered. I have read a lot of posts but I didn't find anything.

Thanks in Advance.

kegobeer

How about a link to your site?

Also, have you looked in the theme.php file to see if there are any hardcoded font sizes?
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Diana

#2
Hi Kegobeer :)

Here's a link to my gallery http://www.afleckgarner.celebrityhost.net/galery/index.php
Look at the "Random Files" and "Last Additions" headings, they're HUGE

I have also tried the theme.php

kegobeer

Your theme displays ok in Firefox (although 8px is too little to read).  You are having problems in IE.  I guess that particular theme doesn't play well with IE.

I don't have the time to closely examine the css file or the theme.php file.  You can use the W3C style and HTML validators to check for errors that might cause this.  Google HTML validator/CSS validator for the exact URL.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Diana

Thank you  ;D

I have found a way to, pasting <font face="verdana" size="1"> in front of every word in " { } "

Joachim Müller

for everyone who doesn't have verdana installed on his box, the problem might remain... Both css and the deprecated html tag <font> have a feature to specify fallback fonts, and a generic font family.

Joachim