• Resolved manasajain

    (@manasajain)


    My image size exactly is 1600 × 230 pixels. I want to increase the height of header image which I tried and could not find it. Can anyone tel me how exactly I can do it. I looked many forums and could not find the solution. Is it possible using any plugin. Also, I dont no how to write codes. So, Please provide step by instruction. twenty thirteen Theme I am using

Viewing 15 replies - 1 through 15 (of 18 total)
  • Have you tried adjusting the header height itself?

    Thread Starter manasajain

    (@manasajain)

    It will automatically highlight to 1600 × 230 pixels. I want to increase the crop height bit more than 230. My site is https://www.mangalorevisit.in/ .

    Send me the size you want and I can help you with simple css code ??

    Thanks,

    Richard

    Thread Starter manasajain

    (@manasajain)

    Current image size is 1600 × 230. I need to increase height bit more then 230. 250 height is fine for me.

    Thread Starter manasajain

    (@manasajain)

    Also let me know, I have created child theme. Will it effect my site,contents that I have created now. Will that be removed.

    Sorry the Delay!

    Make the correct changes in the css from here –

    .site-header {
    background: url(https://mangalorevisit.in/wp-content/themes/twentythirteen/images/headers/circle.png) no-repeat scroll top;
    background-size: 1600px 250px;
    }

    .site-header .home-link {
    color: #141412;
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 250px;
    padding: 0 20px;
    text-decoration: none;
    width: 100%;
    }

    Let me know if this works. If it does please click resolved on this topic

    Thanks!

    Thread Starter manasajain

    (@manasajain)

    Thanks for the reply. I tried and modified the code which I did even before. But it dint change the cropping size. When I did that the tab which I have in my site moved bit down and nothing changed with the header image. I uploaded different image and tried but dint find any changes. Can you please tel me any other way which is really worried for me.

    consider using the forum search to get some suggestions for solving your issue: https://www.ads-software.com/search/header+size+twenty+thirteen?forums=1

    to change that in your child theme of Twenty Thirteen (if you don’t have a child theme yet, start by creating one), review for example https://www.ads-software.com/support/topic/how-to-change-twenty-thirteen-header-image-height?replies=7

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Side note here and way off topic:

    @manasajain Please do not continue to post those links in these forums.

    You know what I am referring to and that is considered spamming. Please refrain or you risk getting your account blocked.

    Thread Starter manasajain

    (@manasajain)

    Ya sure Jan. Thanks for the advice

    Thread Starter manasajain

    (@manasajain)

    Ok I will look into that. But do you know whether it will effect my existing content and settings If i activate the child theme. I dnt have much knowledge of coding and child theme

    the content will be uneffected by using a child theme, however, you will need to recreate some of the settings like the menu and header image…

    if you want to continue without a child theme and edit the Twenty Thirteen theme directly (on your own risk), you will find the size for the header image in /inc/custom-header.php in this section:

    // Set height and width, with a maximum value for the width.
    		'height'                 => 230,
    		'width'                  => 1600,

    Thread Starter manasajain

    (@manasajain)

    I have tried and I could not do that. The height do change in header section of dashboard but not in site. Image height shows bigger in dashboard header section but does not reflect in the site

    The height do change in header section of dashboard but not in site.

    unfortunately, the new height will only get applied to new uploaded images.

    you might need to re-upload the header images to get the new size for them.

    Thread Starter manasajain

    (@manasajain)

    Thanks for the reply. Yes, I tried uploading the new image but still no changes.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Increase crop size of Header Image’ is closed to new replies.