Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #103082
    pj123
    Participant

    SchoolForGodsMovie.com is the URL

    on my iphone:

    1. the Customize > Header Image – is too wide and gets cut off
    2. the text gets half cut off, the text below the header image

    see screenshot here:
    https://www.dropbox.com/s/ie2f1fb38yg2mlf/Photo%20Nov%2009%2C%209%2002%2041%20PM.png?dl=0

    #103091
    Mahesh
    Keymaster

    @pj123: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (max-width: 767px){
        #header-featured-image {
            padding: 100px 0;
            background-size: cover;
            background-position: 50% 50%;
        }
      
        #header-highlights-content .entry-container {
            top: 10px;
        }
    }
      
    @media screen and (max-width: 340px){
        #header-featured-image {
            background-size: contain;
        }
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Issues on iPhone’ is closed to new replies.