mithunb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Parament] Header image size changeTo 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
In reply to: [Parament] Header image size changeTry 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.
Forum: Fixing WordPress
In reply to: How to add Adsense at the very top of my Site in WordPressYou 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.