Viewing 9 replies - 1 through 9 (of 9 total)
  • Are you disabling right-click? That makes it much harder to use my browser tools and extensions to help you.

    Thread Starter Preetbajwa

    (@preetbajwa)

    Yeah i’m using disabling right-click.Well i will enable it so u can find the way to solve my problem ?? And Please tell me is that possible to re-size side bar width ??

    Your image is 200px high: https://onlinemoviewatchs.com/wp-content/uploads/2014/06/movilogo.jpg

    You can modify its size in a graphics program to reduce the height to 120px.

    The sidebar width is controlled through this CSS, which you can override using custom CSS.

    #sidebar {
    	float: right;
    	font-size: 12px;
    	margin: 40px 0 30px;
    	padding: 0;
    	position: relative;
    	right: 10px;
    	width: 260px;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten when the theme is updated.

    An easy way to add custom CSS is to install a custom CSS plugin, or create a child theme.

    Thread Starter Preetbajwa

    (@preetbajwa)

    I tried that with child theme.But my sidebar went down with the footer..

    That means you’ll need to check your math: the total width of the sidebar and main columns, as well as any padding and margin they have, cannot exceed the maximum width of the main container.

    Thread Starter Preetbajwa

    (@preetbajwa)

    I’m getting some other problems..Resource limit is reached.When ever im getting some good traffic my website always showing me this error Resource limit is reached And my host account people told me its happening because of your theme have some problem.Can you check it maybe something is missing.

    And my host account people told me its happening because of your theme have some problem.

    Please ask your host for details on this and provide them here. Simple themes like Parament should not cause server resource issues.

    Here are some troubleshooting steps:

    Try switching to a default theme like Twenty Fourteen or Twenty Thirteen temporarily and see if the issue persists.

    Try turning off all plugins temporarily.

    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

    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.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Header image size change’ is closed to new replies.