Banner been Etruding

Discussion in 'ColorWay WordPress Theme' started by shaunling, Nov 5, 2016.

  1. shaunling

    shaunling New Member

    Joined:
    May 9, 2012
    Messages:
    29
    Likes Received:
    0
    Hi Support, this is my website: http://www.swimfun123.com.sg/demo/, and whatever I follow the theme option provide the banner size the banner still Etrude in other media screen view, have a way to let it banner not Etruding at any other media screen view?
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Could you please provide us some edited screenshot of your requirements, so that we can assist you accordingly?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Looking forward to hear from you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. shaunling

    shaunling New Member

    Joined:
    May 9, 2012
    Messages:
    29
    Likes Received:
    0
    Hi, here screenshot and Website:

    you can use mobile view tool extension to see those banner is different width in different device, can it consistent?
    http://www.swimfun123.com.sg/demo/

    I follow the 1171px width x 526px in banner, but when it screen like tablet or mobile picture width will compressed, you can see the child face is thin in screenshot picture.
     

    Attached Files:

  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Shauling,

    You need to paste below CSS code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options
    Code:
    @media only screen and (max-width: 767px){
    .bg-img img {
         height: auto;
    }
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page