• Resolved alidabdul

    (@alidabdul)


    I decide to change my blog theme and I love this theme so much.
    I design a header today but not quite satisfied with the size fit.

    Take a look
    https://www.alidabdul.com

    Default max size of header is
    970×200 px

    but I like to maximize the header to 1309×280 px

    how to do that, and is it with that header size still responsive?

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi alidabdul. I just checked your site. Your header image is currently 1309×282 and appears to be fully responsive. So, not sure exactly what it is you’re asking. Can you provide a bit more of a description about what you want to do? Thanks.

    Thread Starter alidabdul

    (@alidabdul)

    After try and error, this is what I do.

    In theme-options.php file, I use this parameter :
    'min_max_step' => '40,300,1'

    and in css editor I put this:

    #header .pad {
    	padding-top: 0;
    	padding-bottom: 0;
    	padding-left: 0;
    	padding-right: 0;
    }
    
    .site-title {
    	padding-bottom: 0;
    	padding-top: 0;
    }

    Your workaround didn’t work for me.

    There are 5 instances of 'min_max_step' in theme-options.php

    Which one did you change?

    Could you please be more specific?

    Thank you.

    Thread Starter alidabdul

    (@alidabdul)

    Original parameter is: ‘min_max_step’ => ‘40,200,1’
    I changed into ‘min_max_step’ => ‘40,300,1’

    And in the theme option “Header Logo Image Max-height” I the slider to 282 px

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header to fullsize’ is closed to new replies.