Home Forums Azuma Header image way too tall

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10879
    velketor
    Participant

    Hello,

    I am using the Azuma free theme and I love it…however, my client is telling me that the header cover image is way too big.  I have tried to find this setting in the CSS but have not been successful.  Here’s a screenshot of what it looks like currently:

    My client would like the header to be more like this size:

    Can anyone point me in the right direction?  I am not a programmer by any means.

    #10883
    Andy
    Keymaster

    A couple of options;

    1. Select the 3rd option in ‘Customize’ > ‘Layout Options’ > ‘Page Title Layout’.
    This moves the page title out of the header area, and the logo/menu area will be similar height as your screenshot.
    This layout does not contain the background image, so you could add it with this ‘Additional CSS’:

    #masthead.not-full {
        background-image: url('full-path-to-your-image');
    }

    2. Keep the page title in header, but change the height of the header area with the CSS code from this previous solution.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header image way too tall’ is closed to new replies.