• Resolved Dot

    (@dianetingleyhotmailcom)


    Hello

    I’ve update to twenty thirteen, but would like to scale back the massive headers (my site’s at deardot.com)
    Any one know the best way to control my header sizes please?

Viewing 8 replies - 16 through 23 (of 23 total)
  • cclambie

    (@cclambie)

    Just want to add another method to this post, and others if looking:

    1.
    In Appearance>Header
    Select “Remove Header”
    2.
    In Appearance>Editor
    Select template Header (header.php)
    3.
    Add something like this:
    <div class="site-add-header"><img class="header-img" src="wp-content/uploads/2013/10/Logo_header1.png" alt="muesli 101 logo"></div>
    Click “Update File”
    4.
    Now select to Edit Stylesheet (style.css)
    Do a CTRL-F (Find) “site-header”
    5.
    Remove

    .site-header {
    	background-image: .....;
    }

    Add

    .site-add-header {
    text-align:center;
    }
    .header-img {
    width:80%;
    }

    You now have a scalable image based site-header for the theme Twenty Thirteen.

    Thread Starter Dot

    (@dianetingleyhotmailcom)

    Great!

    justincarlson

    (@justincarlson)

    cclambie could you explain what exactly that code does? Does it basically allow you to set the header image width using a percentage rather than pixel count through esmi’s solution?

    justincarlson

    (@justincarlson)

    I completed all of esmi’s steps successfully, now I’m trying to upload a 2000×784 image as the header to see how it would look, but I’m finding when I upload it through the Header page it seems to be overriding the min-height setting of 784 px that I entered on style.css of the child theme.

    justincarlson

    (@justincarlson)

    Do I need to bypass the Header interface and insert the image directly through the non-child style.css?

    WPyogi

    (@wpyogi)

    @justincarlson – you need to start your own thread per https://codex.www.ads-software.com/Forum_Welcome#Where_To_Post – you can include a link to this one if relevant.

    justincarlson

    (@justincarlson)

    Ok, thanks.

    mstoetzel

    (@martinstoetzel)

    esmi, thanks a lot – it worked perfectly for 2013 theme!
    Merci vielmals!! ??

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘Massive headers’ is closed to new replies.