Title: Acetrouble's Replies | WordPress.org

---

# Acetrouble

  [  ](https://wordpress.org/support/users/acetrouble/)

 *   [Profile](https://wordpress.org/support/users/acetrouble/)
 *   [Topics Started](https://wordpress.org/support/users/acetrouble/topics/)
 *   [Replies Created](https://wordpress.org/support/users/acetrouble/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/acetrouble/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/acetrouble/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/acetrouble/engagements/)
 *   [Favorites](https://wordpress.org/support/users/acetrouble/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Contact Forms] [Plugin: Custom Contact Forms] Input Fields: How to reduce height??](https://wordpress.org/support/topic/plugin-custom-contact-forms-input-fields-how-to-reduce-height/)
 *  Thread Starter [Acetrouble](https://wordpress.org/support/users/acetrouble/)
 * (@acetrouble)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-custom-contact-forms-input-fields-how-to-reduce-height/#post-3048353)
 * Hi Patty,
 * Thank you, although as for the message box height I already knew how to set it.
 * With the styling options offered in the settings it appears to me that the only
   way to make the fields smaller is to reduce the “Field Font Size”. So basically
   you can make the input font smaller and that automatically makes the box smaller,
   too.
 * I did that, but obviously you can only reduce that to a very limited extent or
   otherwise people can’t read the text anymore.
 * Kind regards
    Josh
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Search results bug? Entire page gets 1px border!](https://wordpress.org/support/topic/search-results-bug-entire-page-gets-1px-border/)
 *  Thread Starter [Acetrouble](https://wordpress.org/support/users/acetrouble/)
 * (@acetrouble)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/search-results-bug-entire-page-gets-1px-border/#post-3063869)
 * Okay, I got it!
 * Didn’t know I have to look for the style.css in the folder “/wp-content/plugins/
   headings”…
 * I fixed it now.
 * Thank you!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Search results bug? Entire page gets 1px border!](https://wordpress.org/support/topic/search-results-bug-entire-page-gets-1px-border/)
 *  Thread Starter [Acetrouble](https://wordpress.org/support/users/acetrouble/)
 * (@acetrouble)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/search-results-bug-entire-page-gets-1px-border/#post-3063868)
 * Hi!
 * Which style.css are you referring to? There’s definitely no such code in the 
   style.css of my Unstandard theme folder…
 * Regards
    Josh
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Contact Forms] [Plugin: Custom Contact Forms] Submit button?](https://wordpress.org/support/topic/plugin-custom-contact-forms-submit-button/)
 *  [Acetrouble](https://wordpress.org/support/users/acetrouble/)
 * (@acetrouble)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-custom-contact-forms-submit-button/#post-3001510)
 * Also, the font-size when typing into the message textarea field is slightly bigger
   than on any of the other fields:
 * [http://www.joshua-salewski.com/contact](http://www.joshua-salewski.com/contact)
 * I wonder why…?
 * Seems the plugin is quite customizable, but it sure doesn’t come without some
   quirks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Contact Forms] [Plugin: Custom Contact Forms] Submit button?](https://wordpress.org/support/topic/plugin-custom-contact-forms-submit-button/)
 *  [Acetrouble](https://wordpress.org/support/users/acetrouble/)
 * (@acetrouble)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-custom-contact-forms-submit-button/#post-3001509)
 * Here’s a little workaround I did for the submit button issue…
 * You can create a tiny little 1x1px graphic in Photoshop and fill it with the 
   desired color.
 * Upload that to your WordPress Media library.
    Copy the graphic’s URL into the
   Custom Contact Forms style menu. Set Button Background Repeat to: “Repeat Both”.
 * [Screenshot](http://imageshack.us/a/img40/1087/customcontactssubmit.gif)
    Better
   than nothing, I guess.
 * Looks like this on my website:
    [http://www.joshua-salewski.com/contact](http://www.joshua-salewski.com/contact)
 * By the way, anyone got an idea how I can reduce the height of the Text Fields?
   
   You can set Text Field Width and Text Area Height in the style menu. But there’s
   no option for Text Field Height.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Unstandard: How to make full-width custom header graphic?](https://wordpress.org/support/topic/unstandard-how-to-make-full-width-custom-header-graphic/)
 *  Thread Starter [Acetrouble](https://wordpress.org/support/users/acetrouble/)
 * (@acetrouble)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/unstandard-how-to-make-full-width-custom-header-graphic/#post-3029933)
 * Thank you! That has really helped!
 * One more thing, though: I now have this large header graphic (I didn’t split 
   the images) and by default it features a “Home” link. I would like to map the
   image so only the font logo (joshua-salewski.com) links to home (see: [joshua-salewski.com](http://www.joshua-salewski.com/wpress_314_engl/))
 * The image map code looks like this:
 *     ```
       <img src="/images/logo.png" usemap="#Map" />
       <map name="Map" id="Map">
       <area shape="rect" coords="480,11,903,74"
       href="http://www.joshua-salewski.com/wpress_314_engl" title="Home" />
       ```
   
 * I somehow have to insert into my theme’s header.php, but I don’t know how exactly.
 *     ```
       <a href="<?php echo home_url(); ?>/" title="Home">
   
       <img src="<?php echo get_stylesheet_directory_uri(); ?>
       /images/logo.png" width="1920" height="135" border="0" />
   
       </a>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Unstandard Theme: Search results page looks weird](https://wordpress.org/support/topic/unstandard-theme-search-results-page-looks-weird/)
 *  Thread Starter [Acetrouble](https://wordpress.org/support/users/acetrouble/)
 * (@acetrouble)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/unstandard-theme-search-results-page-looks-weird/#post-3029551)
 * Hi!
 * Unfortunately the entire code you posted can’t be found in my Unstandard theme
   style.css.
    I’m using version 2.0.4 by the way…
 * All it shows regarding ‘search’ is this:
 *     ```
       .search-results-info {
       	overflow: hidden;
       	background: #222;
       	color: #eee;
       	font-family: "Didact Gothic", Helvetica, Arial, sans-serif;
       	font-size: 14px;
       	position: relative;
       }
       .results-title {
       	position: absolute;
       	bottom: 0;
       	left: 0;
       	padding: 10px;
       	font-size: 16px;
       }
       ```
   

Viewing 7 replies - 1 through 7 (of 7 total)