SKT Photo World Pro

Home Forums All Other Themes SKT Photo World Pro

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #112885
    heihei
    Participant
    • Topics: 9
    • Replies: 8
    • Total: 17
    Member since: May 23, 2018

    having a problem with SKT Photo World Pro theme on mobile phones, the home slider images go out of proportion on a small screen, see: http://project72.com.hk (view on a small screen to see the problem)

    Can’t find any theme actions to control this, can anyone help please

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

    Hi,

    Kindly go to Appearance >> Theme Options >> Layout Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:767px) {
    #supersized img { object-fit:cover;}
    }

    Regards,
    Dave

    #112927
    heihei
    Participant
    • Topics: 9
    • Replies: 8
    • Total: 17
    Member since: May 23, 2018

    I added it.
    Now he can’t display a full picture on his phone.

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

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.

    Regards,
    Dave

    #112932
    heihei
    Participant
    • Topics: 9
    • Replies: 8
    • Total: 17
    Member since: May 23, 2018

    Computer version, no problem. The slides are correct.
    But the mobile version only sees incomplete slides.

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

    Hi,

    Remove

    @media screen and (max-width:767px) {
    #supersized img { object-fit:cover;}
    }

    And add this new CSS there

    @media screen and (max-width:767px) {
    #supersized img { object-fit:contain;}
    }

    Regards,
    Dave

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