Home Forums Free Themes Musicsong iPhone header issue

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #115819
    deuce25
    Participant

    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.

    #115843
    wensolutions
    Keymaster

    Hello,

    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.

    #115905
    deuce25
    Participant

    That 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.

    https://alconmedia.com/android.jpg

    https://alconmedia.com/iphone.png

    #115930
    wensolutions
    Keymaster

    Hello,

    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.

    #115971
    deuce25
    Participant

    The 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.

    #116137
    wensolutions
    Keymaster

    Hello,

    Please refer to this screenshot, below screen record is what this link redirects us to.

    https://prnt.sc/qzz374

    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

    #116181
    deuce25
    Participant

    Here you go. Left image is Android and right is iPhone.

    https://prnt.sc/r0bza7

    #116225
    wensolutions
    Keymaster

    Hello,

    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.

    #116253
    deuce25
    Participant

    Thank you. That’s much better. Is there any way to have it show the full header image instead of just the middle part?

    #116269
    wensolutions
    Keymaster

    Hello,

    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.

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.