Hello,
Kindly share the snapshot of the issue and page URL to check the issue.
Hi, thanks for getting back to me. hope the below links work
this is the link for the mobile view. the image is not responsive.
http://hatizsakkal.hu/wp-content/uploads/2021/06/mobile-view.jpg
this is the link for the desktop view, this looks ok
http://hatizsakkal.hu/wp-content/uploads/2021/06/desktop-view.jpg
please advise
cheers
Hello,
The shared URLs not working.
https://ibb.co/fdgmR14
KIndly upload the snapshots here and also share the website URL.
https://imgbb.com/
Hi,
here are the links
https://ibb.co/JdfLYgM
https://ibb.co/cYN51Tt
so the featured image in desktop view is fine but in mobile view it is not.
my site is not live so if the link in my previous message didnt work, I guess, the website URL wont work either?
please advise
thanks
-
This reply was modified 5 years ago by
andrasch.
Hello,
Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.
@media only screen and (max-width: 959px){
.single .thumbnail img {
height: 400px;
}
}
PS- change the height value in the above code according to need.
thanks very much. I will give a try although I am not familiar with the codes at all. can this be resolved without coding?
Hello,
As I’m not getting access to the page so unable to the found exact causes for the issue.
If possible please share the steps to replicate teh issue, so I will try it on my local and able to suggest you the solution accordingly.
thanks a lot but this code did not change anything
so in the Admin panel I created a new post as usual and added a featured image. This featured image appears in the header as you can see in the links in my previous message. In order to put the featured image in the header I went to Appearance > Customise > Blog > Single Post and checked the box at the ‘Featured image in page header’. However as you can see in the links in my previous message this featured image is not responsive. In mobile view the image looks very small. Every other element (buttons, header, title etc) in the post has been created with Elementor
Hello,
Try the below CSS code and check.
@media only screen and (max-width: 767px){
.background-image-page-header {
height: 300px !important;
}
}
PS- Change the height value according to need and check.