Home Forums Pro Themes Blogism Pro Where can I change the size of the header image?

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #71816
    hansbaars
    Participant

    Where can I change the size of the header image?
    I can’t seem to find it.

    Any suggestions are appreciated

    #71920
    wensolutions
    Keymaster

    Hello @hansbaars,

    First of all thank you very much for using the pro theme.

    Here the header image is used as the background image so the header section will adjust its height according to the image height.

    So whatever size you want for the header, upload the image of that size.

    Hope this helps.

    Let us know if you have any confusion further.

    Thank you.

    Best Regards!!

    #71925
    hansbaars
    Participant

    Sorry, but I’m not a WordPress whizzkid, but it doesn’t work.
    If I make the image smaller, I get white space for the rest of it.

    Is there any place where the size is set? Or can be changed?

    Thanks very much!

    #71926
    wensolutions
    Keymaster

    Hello @hansbaars,

    Can you provide your site URL so that we can provide the precise fix on this?

    Thank you.

    Best Regards!!

    #71927
    hansbaars
    Participant

    It is currently still under construction but you can have a look at
    http://achterdiep.nl.domainpreview.nl/

    Thanks in advance!

    #71932
    wensolutions
    Keymaster

    Hello @hansbaars,

    Please upload the image of height less the 490px if you want to decrease the height of the header image.

    As we have already mentioned that header image is used as the background image so the image with smaller height will fix the issue.

    Hope this helps.

    Best Regards!!

    #71940
    hansbaars
    Participant

    I’m sorry, but nothing changes, even after I changed the size to 678×450 pixels.

    Best regards

    #71980
    wensolutions
    Keymaster

    Hello @hansbaars,

    When we inspected your site URL we found that the image size that you have uploaded is 1920X699px. So the height of the slider is not reduced.

    So please upload the image of height less than 450px to reduce the height of the slider.

    Additionally. while uploading the image in the header you will even get the option to crop the image.

    Also, you can see in below screenshot that the height has decreased when the image of lower height is used.

    http://prntscr.com/jjcr83

    Hope this helps.

    Best Regards!!

    #71988
    hansbaars
    Participant

    The original size of the picture 2160 x 1432 pixels. So as you advised I made it smaller, but the size on the page stays the same: https://prnt.sc/jjdmzu
    I feel syupid, but apparently I’m doing something wrong?

    Best regards

    #72217
    wensolutions
    Keymaster

    Hello @hansbaars,

    First of all our sincere apology for the delay in replying to you.

    When we inspected your site URL we found that you have decreased the header image size.

    So we hope your issue is resolved now.

    If you have any issue further then please let us know.

    Thank you.

    #72222
    hansbaars
    Participant

    The point is, that decreasing didn’t help.
    So what am I doing wrong?

    Thanks in advance

    #72280
    wensolutions
    Keymaster

    Hello @hansbaars,

    Since reducing the image size is not working for you, we have provided the custom CSS that reduces the div size.

    For this add below given CSS.

    .custom-header-wrap {
        overflow: hidden;
        padding-bottom: 300px;
    }
    .custom-header-wrap img {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .custom-header-enabled .site-branding-wrapper {
        bottom: 10%;
    }

    Hope this helps.

    Best Regards!!

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