slider image distortion

Discussion in 'One Page Pro WordPress Theme' started by rexmanaster, Dec 21, 2016.

  1. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Hi,

    My slider images on http://manasterlaw.com/ are all distorting horizontally. Each of the images is 800 x 437.

    Thanks for your help.

    Best,
    Rex
     
  2. shruti26

    shruti26 Guest

    Hi Rex,

    I just visited your website http://manasterlaw.com/ but didn't found the issue as you mentioned.

    Could you please provide us some edited screenshot of the concerned area, 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.

    We would be glad to assist you.

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Please see one example attached - one is regular and one is stretched (once it's displayed on the page). Each of the images is horizontally distorted the same. regular 1.jpg stretched 1.jpg
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    I have got your concern and to resolve this, you need to paste the below custom CSS code in Dahshboard->Appearance->Theme Settings->Custom CSS->Custom CSS field.
    Code:
    @media only screen and (min-width:1300px){
    .sl-slider-wrapper {
      height:847px;
    }
    .bg-img img {
        width: 100%;
        height: auto;
    }
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    This had no effect, Naveen.
     
  6. Naveen

    Naveen Guest

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

    Would you please allow us to check your site.

    Kindly, share your WordPress admin credentials at [email protected] along with this thread URL:

    WordPress site login URL:
    WordPress admin username:
    WordPress admin password:

    I will check and do the needful.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  7. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    images resolves on their own somehow!!! maybe you tweaked something in the theme?

    anyway, all good.

    thanks!
     
  8. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    That sounds great :)
     

Share This Page