Layout and Styles
I am having trouble with my CSS so where can I find help?
The following are articles that will help you troubleshoot and solve many of your CSS problems:
- Site Design and Layout
- Finding Your CSS Styles
- CSS Fixing Browser Bugs
- CSS Troubleshooting
- WordPress CSS Information and Resources
How can I choose different styles or colours for my comments?
There are a variety of WordPress Plugins that change the look, layout, and colors of your comments and comment form. Look for various Comments Plugins in the Official WordPress Plugin Directory.
How do I change the size of the popup comments window?
To change the look of the Popup Comments window in WordPress version 1.5, make changes to the comment-functions.php file where it shows the following line:function comments_popup_script($width=400, $height=400, $file=) {.
To change the look of the Popup Comments window in WordPress version 1.2.1 Mingus, make the following change to the template-functions-comment.php on line 50:
function comments_popup_script($width=400, $height=400, $file='wp-comments-popup.php')
You can also change Line 81 of wp-comments-popup.php to alter the textarea size for people entering comments.