Home Forums Free Themes Construction Base Header Construction Base

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #59804
    Tracey Chapman
    Participant

    Hi, I have inserted a header which shows on all pages. I can not get the header so that it has the full image. It keeps cropping the image. I have tried the header to the dimensions that it requests for the image but this is way to large. I have made it smaller in height but it still keeps showing only part of the image.

    When I look at the header within WordPress it shows the image differently to what it is when you view the website live.

    How do I get the image to fit exactly on all headers.

    This header nearly fits properly but when I view it live it is cropped.
    http://www.blackcatsyndicate.com.au/wp-admin/customize.php?return=%2Fwp-admin%2Fthemes.php&autofocus%5Bcontrol%5D=header_image

    The header is appearing cropped
    http://www.blackcatsyndicate.com.au/corporate-governance/

    #59810
    wensolutions
    Keymaster

    Hello @blackcat,

    To increase the header height so that the image does not get cropped use below given CSS.

    Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    div#custom-header {
        height: 350px;
    }

    Hope this helps.

    Best Regards!!

    #59882
    Tracey Chapman
    Participant

    Thank you for your response. That worked perfectly.
    Kind regards
    Tracey

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.