Perfect theme page header

Home Forums All Other Themes Perfect theme page header

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #59183
    DavidDavid
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: December 29, 2016

    I have an issue with the perfect pager header. I have just changed the image in “post & page”, “page header” before l did this l could see the previous image on computer, tablet, and mobile. I can now only see the image on a computer. The image is the same size as the last one. The image is a jpg 945*220 pixels and 1.89mb
    Any idea of what is causing this or what l have done wrong?
    Thanks
    David

    #59185
    DavidDavid
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: December 29, 2016

    the temp site address is http://www.turning.me.uk/wordpress/

    #59259
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Appearance > Customize > Basic > Custom CSS Box

    Add This CSS

    @media screen and (max-width:786px) {
    .page_head, .post_head {min-height:95px !important;}
    }
    @media screen and (min-width:786px) and (max-width:1024px) {
    .page_head, .post_head {min-height:195px !important;}
    }

    Regards,
    Shri

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