• Resolved Eddy64

    (@eddy64)


    Hi,

    I’m new to WordPress.
    I’m using your theme that I really appreciate.
    I would like to modify the header by modifying the size of the photo I use that appear so small. I can’t find the size setting in the editor of the header.
    I would like to increase the size so that it would appear like a banner with the size of the screen width.

    Thanks for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author GavickPro

    (@gavickpro)

    Hello,

    Could you provide an URL to your website with this problem? By header do you mean a featured image of the post? Because this theme has no real “header” on the frontpage.

    Thread Starter Eddy64

    (@eddy64)

    Hello

    Here is the URL (website still in construction)
    https://marineetedouard-29aout2015.fr/WordPress3/?jetpack-portfolio-type=portfolio

    By header I mean the top of the front page, that could also be a logo taking all the width of the screen.
    Like in this example previously posted

    https://amybethjones.com/

    Thanks!

    Theme Author GavickPro

    (@gavickpro)

    In this case please add the following CSS code:

    .site-header {
      max-height: 160px;
      height: auto;
    }
    .home-link > img {
      max-height: 160px;
      width: auto;
    }

    We will add an option to support big images in the logo in v.1.3.0

    Thread Starter Eddy64

    (@eddy64)

    Thank you so much for your help!

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