Home › Forums › Free Themes › Musicsong › iPhone header issue
- This topic has 9 replies, 2 voices, and was last updated 4 years, 10 months ago by deuce25.
-
AuthorPosts
-
February 5, 2020 at 9:11 pm #115819deuce25Participant
On my site https://coltonmclauchlin.com the header image for pages like About or Events scales down fine on Android devices but on iPhones the header images are not scaling at all. Any idea what I can do to fix this?
Thanks.
February 5, 2020 at 11:50 pm #115843wensolutionsKeymasterHello,
The CSS given below will help you to remove the overlay effect from the header image. You can add CSS following the path Admin panel > Appearance > Customize > Additional CSS
#page-site-header .overlay{ background-color: transparent; }
If the issue still persists then please send us the screenshot with the specific marking so that we can provide you with the precise fix.
Hope this helps.
If you have further queries, let us know.
Thank you.
February 6, 2020 at 11:29 pm #115905deuce25ParticipantThat code didn’t seem to do anything. Please see the attached pics. The header image on android phone looks great but on iphone the header image doesn’t size down.
February 7, 2020 at 12:42 am #115930wensolutionsKeymasterHello,
Please send us the screenshot from light shot https://app.prntscr.com/en/download.html
The image you sent is not responding.
Also, send the screenshot of the issue and mention that what exactly do you want in your header section.
Regards.
February 8, 2020 at 1:49 pm #115971deuce25ParticipantThe screenshot links are working now.
https://alconmedia.com/android.jpg
https://alconmedia.com/iphone.png
The Events header image of the people on android phone looks great but on iphone the Events header image isn’t being responsive and doesn’t size down.
February 10, 2020 at 1:00 am #116137wensolutionsKeymasterHello,
Please refer to this screenshot, below screen record is what this link redirects us to.
Also, the image you have used as header image is blur itself so once verify by using another image as well.
Further, If the issue still persists using other images too then use ‘regenerate thumbnail’ plugin to solve the issue related to the overlay of the image.
Regards
February 10, 2020 at 6:16 pm #116181deuce25ParticipantHere you go. Left image is Android and right is iPhone.
February 11, 2020 at 3:43 am #116225wensolutionsKeymasterHello,
To resolve the issue you are facing in the iPhone, use additional CSS following the path Admin Panel > Appearance > Customize > Additional CSS
@media screen and (max-width: 414px){ #page-site-header{ background-attachment: inherit; } }
Hope this helps.
If you have queries further, let us know.
Thank you.
February 11, 2020 at 11:08 am #116253deuce25ParticipantThank you. That’s much better. Is there any way to have it show the full header image instead of just the middle part?
February 11, 2020 at 11:58 pm #116269wensolutionsKeymasterHello,
To display the header image, use CSS following the path Admin Panel > Appearance > Customize > Additional CSS
@media screen and (max-width: 414px) #page-site-header { width: 113%; } #page-site-header { height: 50vh; }
Also, the size of the screen can display this much of the image.
Hope this helps.
Regards.
-
AuthorPosts
- You must be logged in to reply to this topic.