Home › Forums › Pro Themes › Blogism Pro › Where can I change the size of the header image?
- This topic has 11 replies, 2 voices, and was last updated 6 years, 6 months ago by wensolutions.
-
AuthorPosts
-
May 16, 2018 at 9:48 am #71816hansbaarsParticipant
Where can I change the size of the header image?
I can’t seem to find it.Any suggestions are appreciated
May 17, 2018 at 12:05 am #71920wensolutionsKeymasterHello @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!!
May 17, 2018 at 3:05 am #71925hansbaarsParticipantSorry, 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!
May 17, 2018 at 3:17 am #71926wensolutionsKeymasterHello @hansbaars,
Can you provide your site URL so that we can provide the precise fix on this?
Thank you.
Best Regards!!
May 17, 2018 at 3:20 am #71927hansbaarsParticipantIt is currently still under construction but you can have a look at
http://achterdiep.nl.domainpreview.nl/Thanks in advance!
May 17, 2018 at 7:09 am #71932wensolutionsKeymasterHello @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!!
May 17, 2018 at 7:47 am #71940hansbaarsParticipantI’m sorry, but nothing changes, even after I changed the size to 678×450 pixels.
Best regards
May 18, 2018 at 12:02 am #71980wensolutionsKeymasterHello @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.
Hope this helps.
Best Regards!!
May 18, 2018 at 2:10 am #71988hansbaarsParticipantThe 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
May 22, 2018 at 7:57 am #72217wensolutionsKeymasterHello @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.
May 22, 2018 at 8:20 am #72222hansbaarsParticipantThe point is, that decreasing didn’t help.
So what am I doing wrong?Thanks in advance
May 22, 2018 at 11:53 pm #72280wensolutionsKeymasterHello @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!!
-
AuthorPosts
- You must be logged in to reply to this topic.