• Recommended size of the header image is 1000×150 however once uploaded, only half of the actual image is shown. The bottom half is cropped out.

    Can anyone help? I’ve looked in the style.css to change the set height but can’t find it (have created a child theme)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author ThemeBoy

    (@themeboy)

    @linburnlane Thanks for your feedback. We’ll be releasing an update that fixes this by adding the following style to the header:

    .site-branding-custom-header {
    	min-height: 150px;
    }

    It could take a few days for the update to be approved, but in the meantime you could also add the above code to your Custom CSS field ??

    Same subject cannot edit the height of the header?

    /* Custom Header */
    .header-area-custom .site-branding {
    padding: 1.55em;
    min-height: 150px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    No changes here affect the size of the whole header please can you say where the header total height is set please?

    Mike

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