‘Leave a Comment” link tex HUGE!
-
Hello Everyone,
When you go to my blog http://thisthingtheycalllove.com on the main page, click on “1 Comment” of the dummy post.
If you scroll down past the dummy comment to where the form for leaving a new comment is, you will see that the text for the link “Leave a Comment” is HUGE!! How do I resize this so that it appears normally?
the CSS code for what I think is the comments is below. I’m new to CSS so I’m not entirely sure that this is even where the problem could be.
Any suggestions/help is much appreciated!! Thanks so much!
#commentform {
margin:0;}
#comment {
width:500px;
margin:0;
}.alignright {
float:right;
}.alignleft {
float:left;
}#respond {
padding-left:20px;
padding-top:50px;
margin:0;}
#comments {
font-family:”Trebuchet MS”, Arial, Helvetica, sans-serif;
font-size:13px;
color:#837669;
padding-left:20px;
}The blog I need help with is: (visible only to logged in users)
-
-
The “leave a comment” text is h3. Separate h3 from h1 and h2 and then style it separately.
-
Hi! Thanks for the reply. My h1,h2, and h3 is set as follows:
h1,h2,h3 {
font-family:Elephant, “Times New Roman”, Times, serif;
font-weight:bold;
font-size:200px;
color:#FF69B4;
margin:0;
}is this what you’re saying? the font size already seems to be set for 200?
I should also mention that i’m using the “Neat!” theme and i have the editor set to “Add this to the Neat! theme”
Thank you!
-
-
-
- The topic ‘‘Leave a Comment” link tex HUGE!’ is closed to new replies.