kmessinger
Member
Posted 2 years ago #
An example is here, http://www.ourexcellentadventures.com/?comments_popup=1459, although it will not be in a popup window. If you wnat to see it in the popup, please go to my main site.
Comments themselves are too small. I can change every other font but that one which seems to have alluded me.
You could try getting rid of the font tags and the one extra </font> tag first. They may not be the cause of your CSS woes but they're making it harder to view the comment font size in the contexnt of the overall comment page.
kmessinger
Member
Posted 2 years ago #
I don't see those tags on the popup page?
kmessinger
Member
Posted 2 years ago #
I removed the unneeded </font> tag from commentpopup.php
It's the <font size=-1> tags that are the problem. Ideally, they should be taken out as they're re-setting the body text size. If they need to stay in, then try adding the following to the end of style.css:
#commentlist li {font-size:130%;}
kmessinger
Member
Posted 2 years ago #
I have been out of town but today I added a new style in the css and then referenced it in comments-pop-up.php. That does what I wanted.
Thanks for your help.