Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   [SOLVED] Change Size Comment box (http://forum.bytesforall.com/showthread.php?t=184)

chichi Feb 4, 2009 05:53 AM

[SOLVED] Change Size Comment box
 
Hi!

Im really new to this, so maybe it is a really simple question but where can I change the size of the comment box and the size of the text above?

thanks!

Flynn Feb 4, 2009 06:20 AM

At HTML/CSS Inserts -> CSS Inserts, add, for instance:

HTML Code:

div#respond {
font-size: 0.8em;
}
h3.reply {
font-size: 1.2em;
}
textarea#comment {
width: 400px;
}

The first style is for the overall text around the comment form, the second for the "Leave a reply" headline, the third for the textarea width. You can change the X.Xem values (Xem, X.Xem, X.XXem) , and the textarea width can also be a percent value XX%.

sagatr Feb 4, 2009 10:22 AM

How to do you the change size of the comment title above the comment box which shows the number of comment for the post.

i.e. 3 Commests to Blog post title

Flynn Feb 4, 2009 10:51 AM

Add this via CSS Inserts, i.e.:
HTML Code:

h3#comments {
font-size: 1.3em;
}


matty5490 Feb 4, 2009 12:16 PM

is this the same way that one would modify the color and background of the post a reply?
My "post a reply" doesn't match the rest of my site...

http://www.mattymatt.com/?p=7

Flynn Feb 4, 2009 12:30 PM

Quote:

Originally Posted by matty5490 (Post 806)
is this the same way that one would modify the color and background of the post a reply?
My "post a reply" doesn't match the rest of my site...

http://www.mattymatt.com/?p=7

The first one, yes

HTML Code:

div#respond {
background: none;
}

or, for instance:

HTML Code:

div#respond {
background: #444444;
}

(dark gray)

I am adding styling options for that area in theme version 3.2 at Atahualpa Theme Options -> Comments (none there yet for the submit comment area)

v-na Mar 31, 2009 09:15 AM

How do you change the font size within the comments box? Thanks.

Flynn Mar 31, 2009 11:45 AM

HTML Code:

textarea#comment {
font-size: XXem;
}


Erick_Logdat Aug 16, 2009 10:03 AM

Thanks a lot, Flynn for having this great wordpress theme! I'm so impress with its functionality.

By the way, i have a follow up question regarding the comment box resizing. I'd like to know where or or how can i resize the width of Name, Email and Website boxes.

Thanks a lot again and more power to your theme!

Erick

Flynn Aug 16, 2009 10:28 AM

See comments.php

<input class="text author" type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="30" tabindex="1" />

Erick_Logdat Aug 17, 2009 08:39 AM

Got it! Thanks a lot for your immediate response.

wildangelone Dec 10, 2009 03:51 PM

I have a question too... I have a problem with the width of my comments.
How can I change the size of the comments and the comment area?
(perhaps you can take a look on this http://www.wildangelone.nl/2009/12/0.../#comment-5991, then you can see what the problem is...

Thanks a lot!

wildangelone Dec 11, 2009 02:53 AM

Quote:

Originally Posted by wildangelone (Post 20643)
I have a question too... I have a problem with the width of my comments.
How can I change the size of the comments and the comment area?
(perhaps you can take a look on this http://www.wildangelone.nl/2009/12/0.../#comment-5991, then you can see what the problem is...

Thanks a lot!

I managed to change the size of the comments by een CSS insert, but there is still an item in the comment area that don't fit... ("... comments to...")

wildangelone Dec 11, 2009 03:24 AM

Quote:

Originally Posted by wildangelone (Post 20676)
I managed to change the size of the comments by een CSS insert, but there is still an item in the comment area that don't fit... ("... comments to...")

Solved it on my own! :)
Enjoy your weekend! ;)


All times are GMT -6. The time now is 07:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.