- This topic has 29 replies, 6 voices, and was last updated 1 year, 1 month ago by
vako.
-
AuthorPosts
-
August 21, 2021 at 4:16 am #64203
My header image isn’t entirely responsive to changes in browser window size. The ends get chopped off when you reduce the size of the browser window. The ends of the image also get chopped off when viewed on tablet or phone. Is there away to make the entire header image appear in tablet and phone modes, and also on desktop when the browser window size is adjusted? It’s https://kellshaw.com/
August 21, 2021 at 11:08 am #64205Same problem here, I’ve already had it with several sites, What I have seen is that we are not the only ones. I hope that within the supplier there is now a good solution for this, I do see a number of tips where you can solve it yourself with css, but I don’t think that is the intention
August 21, 2021 at 2:16 pm #64207Hi Kell,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
@media screen and (max-width: 979px) { .entry-header { height: 240px !important; } } @media screen and (max-width: 880px) { .entry-header { height: 200px !important; } } @media screen and (max-width: 697px) { .entry-header { height: 170px !important; } } @media screen and (max-width: 593px) { .entry-header { height: 140px !important; } } @media screen and (max-width: 491px) { .entry-header { height: 120px !important; } } @media screen and (max-width: 419px) { .entry-header { height: 100px !important; } }
Kind Regards
August 21, 2021 at 2:17 pm #64208Hi Cor,
Please share your website URL and we will create custom CSS snippets for you.
Kind Regards
August 21, 2021 at 2:32 pm #64210Thanks Vako – this looks more responsive than before!
August 23, 2021 at 12:50 pm #64222Feel free to contact us at any time, we are more than happy to help.
Kind Regards
December 20, 2021 at 2:42 pm #67233Hi Vako,
I have exactly the same issue with
Just added code you wrote for Kell. Seems it is better now but please verify whether a custom CSS for https://lynxremote.com/ is needed or some parameters shall be changed.
December 21, 2021 at 1:25 pm #67243Hi Wladyslaw,
In order to assist we need to check your website from the back end, please install this 3rd party plugin “Temporary Login Without Password Plugin” which allows us to access your dashboard without sharing access details.
To better understand how the plugin works, please watch the video guide below: https://www.youtube.com/watch?v=EMu0e78OpJo
Please make sure to mark your reply as private to hide it from the public.
Kind Regards
December 21, 2021 at 2:01 pm #67244Hi Vako, I am unable to paste a link for you as my post is blocked:
<h1>A potentially unsafe operation has been detected in your request to this site</h1>
Your access to this service has been limited. (HTTP response code 403)If you think you have been blocked in error, contact the owner of this site for assistance.
December 21, 2021 at 10:54 pm #67254This reply has been marked as private.December 22, 2021 at 11:18 am #67257Hi Wladyslaw,
Done, please check and let us know if you need any further help.
Kind Regards
December 22, 2021 at 12:13 pm #67260Thank you. It is perfect 🙂
December 22, 2021 at 6:32 pm #67265Feel free to contact us at any time, we are more than happy to help.
Kind Regards
December 29, 2021 at 9:56 pm #67330Hy vako,
i have the same problem: my header ist not responsive. It would be great if you could help me. Our website: http://www.chaosundkosmos.debest regards
December 30, 2021 at 12:35 pm #67336Hi Malte,
Your website is under construction, so we are unable to see the content.
In order to assist we need to check your website from the back end, please install this 3rd party plugin “Temporary Login Without Password Plugin” which allows us to access your dashboard without sharing access details.
To better understand how the plugin works, please watch the video guide below: https://www.youtube.com/watch?v=EMu0e78OpJo
Please make sure to mark your reply as private to hide it from the public.
Kind Regards
-
AuthorPosts
- You must be logged in to reply to this topic.