Page header image not correct on mobile and small broswer window

Discussion in 'Infoway WordPress Theme' started by helen_reeves, Apr 2, 2015.

  1. helen_reeves

    helen_reeves New Member

    Joined:
    Feb 19, 2015
    Messages:
    12
    Likes Received:
    0
    I have just noticed when page header is viewed short width browser window image does not scale to fit.

    Please see attached image grab.

    http://www.dymockfestival.co.uk/ Screen Shot 2015-04-01 at 17.23.20.png
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Helen,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 767px) and (min-width: 480px){
    #featured {
      height: 164px;
    }
    }
    @media only screen and (max-width: 480px){
    #featured {
      height: 99px;
    }
    }
    Thanks,
    Praveen
     

Share This Page