Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages » Comments, trackbacks & pings »

[SOLVED] Change Size Comment box


  #1  
Old Feb 4, 2009, 05:53 AM
chichi
 
1 posts · Feb 2009
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!
  #2  
Old Feb 4, 2009, 06:20 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
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%.
  #3  
Old Feb 4, 2009, 10:22 AM
sagatr
 
6 posts · Jan 2009
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
  #4  
Old Feb 4, 2009, 10:51 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Add this via CSS Inserts, i.e.:
HTML Code:
h3#comments {
font-size: 1.3em;
}
  #5  
Old Feb 4, 2009, 12:16 PM
matty5490
 
5 posts · Feb 2009
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
  #6  
Old Feb 4, 2009, 12:30 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Quote:
Originally Posted by matty5490
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)
  #7  
Old Mar 31, 2009, 09:15 AM
v-na
 
2 posts · Mar 2009
How do you change the font size within the comments box? Thanks.
  #8  
Old Mar 31, 2009, 11:45 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
HTML Code:
textarea#comment {
font-size: XXem;
}
  #9  
Old Aug 16, 2009, 10:03 AM
Erick_Logdat's Avatar
Erick_Logdat
 
2 posts · Aug 2009
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
  #10  
Old Aug 16, 2009, 10:28 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
See comments.php

<input class="text author" type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="30" tabindex="1" />
  #11  
Old Aug 17, 2009, 08:39 AM
Erick_Logdat's Avatar
Erick_Logdat
 
2 posts · Aug 2009
Got it! Thanks a lot for your immediate response.
  #12  
Old Dec 10, 2009, 03:51 PM
wildangelone
 
8 posts · Jun 2009
Netherlands
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!
  #13  
Old Dec 11, 2009, 02:53 AM
wildangelone
 
8 posts · Jun 2009
Netherlands
Quote:
Originally Posted by wildangelone
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...")

Last edited by wildangelone; Dec 11, 2009 at 03:04 AM.
  #14  
Old Dec 11, 2009, 03:24 AM
wildangelone
 
8 posts · Jun 2009
Netherlands
Quote:
Originally Posted by wildangelone
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!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Styling all the elements of the comment box via CSS inserts perdox808 Comments, trackbacks & pings 7 Jun 14, 2009 02:59 PM
HOw do I change the font size of my widget title? weightlosscoach Sidebars & Widgets 1 May 28, 2009 10:19 AM
Change Widget Heading Size Rainer Sidebars & Widgets 3 Apr 9, 2009 11:43 AM
Change comment font size 6clix Comments, trackbacks & pings 8 Feb 12, 2009 09:48 AM
How to change font size in sidebar? BLB Sidebars & Widgets 1 Jan 5, 2009 01:25 PM


All times are GMT -6. The time now is 04:22 AM.


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