Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #168435
    Olaf
    Participant

    Hi,

    i use the 4.3.3

    The header should be 1200x450px but the theme render the header graphic to 1160x435px

    https://www.man-life.de/

    Why this happen?

    Regards
    Olaf

    #168467
    Skandha
    Participant

    @hanmedia: The recommended image size for header image is 1200*400px. You seem to have uploaded an image of 1200*450px so to maintain the aspect ratio the size has decreased to 1160x435px.
    I suggest you to upload an image of size 1200*400px or of similar aspect ratio.

    Kind Regards,
    Skandha

    #168518
    Olaf
    Participant

    Hi,

    but with the last version i use before the update this issue not happen to my header graphics.

    Is there any way to turn off this ratio function?

    Regards
    Olaf

    #168615
    Skandha
    Participant

    @hanmedia: Hello there,
    You can try uploading this image and check if this resolves the issue.

    Kind Regards,
    Skandha

    #169029
    Olaf
    Participant

    @Skandha
    Your image doesnt fix the problem.

    I update some other sites with the same theme in the last days. There is the headergraphic original in 1200×400 and the same issue. That should not happen, right?

    So i think there is an error in this theme but where…

    Regards
    Olaf

    #169065
    Skandha
    Participant

    @hanmedia: Hello Olaf,
    I checked your site and the image seems to be displaying fine. Are you complaining that the image on your site is not displaying full dimension of 1200*400px?

    Kind Regards,
    Skandha

    #169156
    Olaf
    Participant

    Hello,

    yes thats what i mean. Left and right are not like before i made the update.

    Regards
    Olaf

    #169188
    Skandha
    Participant

    @hanmedia: Hello Olaf,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site {
    	width:1250px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #169236
    Olaf
    Participant

    @Skandha

    You can see the result…the header graphic is still to small. There must be a mistake inside the theme.

    Here you can see an website with the old version 4.3.1, there is everything fine, even the header is big size 1200×500:
    https://www.katzen-ideen.de/

    Regards
    Olaf

    #169295
    Olaf
    Participant

    Good morning,

    i installed a new website and a 1200×400 header – and same problem. so it CANT be my graphic.

    I think ther is a mistake with the header, maybe a wrong div or something like this.

    I bought a support ticket here and send it but until now i dont receive a message.

    🙁

    Regards
    Olaf

    #169321
    Skandha
    Participant

    @hanmedia: Hello Olaf,
    The header image you used in https://www.man-life.de/ is 1200*400px whereas the header image used in https://www.katzen-ideen.de/ is 1200*500px.

    I will further look into the issue and get back to you soon.
    Kind Regards,
    Skandha

    #169322
    Olaf
    Participant

    I think its not an issue about the graphic. I think its inside the code.

    #169365
    Olaf
    Participant

    Hi,

    a friend check the issue for me and he told me this:

    1. remove this in custom css

    .site {
    width:1250px;
    }

    2. change from
    <div class=”custom-header”>
    to
    <div id=”custom-header”>
    in html

    3. Insert this

    #custom-header .wrapper {
    padding: 0px;
    }

    in “style.css”

    (maybe) after definition of this:
    .wrapper
    in line 550

    But i dont know where i have to make the changes. Can you evaluate if the changes are correct? If so that is definitely an issue of the version 4.3.3 and must be fixed asap.

    And im wondering why i dont get professional support here even i pay for that. Thats really poor.

    #169384
    Skandha
    Participant

    @hanmedia: Hello Olaf,
    Adding just the following CSS should solve the issue.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header .wrapper {
         padding:0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #169389
    Olaf
    Participant

    Hi,

    it works. Thank you.

    But why they make this change without to put in into the changelog?

    Its a lot of trouble and work for me now.

    And the professional support doesnt give me an answer…thats poor.

    Hope they give me back my money.

    Greetings from Germany

    #169399
    Olaf
    Participant

    Hello,

    another issue with the new header in 4.3.3:

    https://www.man-life.de/

    Under the header graphic is now a small space visible…here you can see an old version without the space:
    https://www.katzen-ideen.de/

    So maybe you have another idea how i can fix this…I really hope they fix this issue asap and bring a new version…

    REgards
    Olaf

    #169460
    Skandha
    Participant

    @hanmedia: Hello Olaf,
    The thing is in this link https://www.man-life.de/ the image displaying is the header image whereas in this link https://www.katzen-ideen.de/ the image displaying is a Header Featured Image so they have slightly different Html structure.

    So for the gap below the image you can
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header img{
    	display:block;
    }

    Let me know if this works out.
    Also out representative will get back to you regarding the Premium Support Ticket Issue.
    Kind Regards.
    Skandha

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Header to small with 4.3.3’ is closed to new replies.