Title: mithunb's Replies | WordPress.org

---

# mithunb

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Parament] Header image size change](https://wordpress.org/support/topic/header-image-size-change/)
 *  [mithunb](https://wordpress.org/support/users/mithunb/)
 * (@mithunb)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/header-image-size-change/#post-4960884)
 * To reduce the header image size use the code below, I can’t assure that it’ll
   work but it’s worth a try:
 *     ```
       #header-image img{
       width: 950px;
       height: 120px !important;
       }
       ```
   
 * **You need to install simple custom css plugin** and then add your codes to the
   custom css option that appears under the appearance menu.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Parament] Header image size change](https://wordpress.org/support/topic/header-image-size-change/)
 *  [mithunb](https://wordpress.org/support/users/mithunb/)
 * (@mithunb)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/header-image-size-change/#post-4960883)
 * Try using a premium framework like Genesis or Thesis which reduce the cpu load
   on your server. Also you can reduce the server load by paying for a CDN service
   or removing plugins that are not vital for your site.
 * You can also compress the images and configure your caching plugin to make things
   smoother for you.
 * If you are using a shared hosting service, upgrade your account to a better hosting
   platform like VPS or Dedicated server.
 * [**Read this article about Genesis Framework**](http://websmush.com/wordpress/top-ten-reasons-use-genesis-framework/194/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to add Adsense at the very top of my Site in WordPress](https://wordpress.org/support/topic/how-to-add-adsense-at-the-very-top-of-my-site-in-wordpress/)
 *  [mithunb](https://wordpress.org/support/users/mithunb/)
 * (@mithunb)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/how-to-add-adsense-at-the-very-top-of-my-site-in-wordpress/#post-5134626)
 * You should probably place the adsense code using a plugin or you can also place
   the content before the header tag in the header.php file. You can find that by
   browsing into your wordpress theme directory.
 * Try using google adsense wordpress widget which will place an adsense code where
   ever you want.

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