- This topic has 16 replies, 2 voices, and was last updated 5 years, 7 months ago by Skandha.
-
AuthorPosts
-
March 22, 2019 at 1:00 am #168435OlafParticipant
Hi,
i use the 4.3.3
The header should be 1200x450px but the theme render the header graphic to 1160x435px
Why this happen?
Regards
OlafMarch 22, 2019 at 6:18 am #168467SkandhaParticipant@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,
SkandhaMarch 23, 2019 at 2:20 am #168518OlafParticipantHi,
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
OlafMarch 25, 2019 at 1:59 am #168615SkandhaParticipantMarch 31, 2019 at 4:14 am #169029OlafParticipant@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
OlafApril 1, 2019 at 12:45 am #169065SkandhaParticipant@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,
SkandhaApril 2, 2019 at 11:44 am #169156OlafParticipantHello,
yes thats what i mean. Left and right are not like before i made the update.
Regards
OlafApril 3, 2019 at 1:41 am #169188SkandhaParticipant@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,
SkandhaApril 4, 2019 at 12:22 am #169236OlafParticipantYou 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
OlafApril 5, 2019 at 12:10 am #169295OlafParticipantGood 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
OlafApril 5, 2019 at 2:49 pm #169321SkandhaParticipant@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,
SkandhaApril 5, 2019 at 2:51 pm #169322OlafParticipantI think its not an issue about the graphic. I think its inside the code.
April 6, 2019 at 5:24 am #169365OlafParticipantHi,
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 html3. Insert this
#custom-header .wrapper {
padding: 0px;
}in “style.css”
(maybe) after definition of this:
.wrapper
in line 550But 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.
April 6, 2019 at 1:15 pm #169384SkandhaParticipant@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,
SkandhaApril 6, 2019 at 1:35 pm #169389OlafParticipantHi,
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
April 7, 2019 at 2:24 am #169399OlafParticipantHello,
another issue with the new header in 4.3.3:
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
OlafApril 8, 2019 at 1:40 am #169460SkandhaParticipant@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 -
AuthorPosts
- The topic ‘Header to small with 4.3.3’ is closed to new replies.