The Art Theme – Header Image on All Pages Not Responsive

Home Forums All Other Themes The Art Theme – Header Image on All Pages Not Responsive

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #93824
    john_v6john_v6
    Participant
    • Topics: 10
    • Replies: 10
    • Total: 20
    Member since: September 19, 2017

    Hello. The header image is not responsive. See how the dimensions become distorted on a smaller screen.

    http://laurenemiller.com/about/

    What are the correct dimensions for the header image and how do I make them responsive?

    Thanks.

    #93877
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .page_head img { height: 70px !important; min-height: 70px !important;}
    }

    Regards,
    Dave

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