Portfolio images on mobile

Support Forums Cian – WP Theme Portfolio images on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4934
    ducky33
    Participant

    The portfolio section screenshots are not shown correctly on mobile view (iPhone5). They are stretched (see http://ooak.poker), works well in desktop view

    #4939
    CreaboxThemes
    Keymaster

    Hi,

    you are right. And there is the same problem in the demo website. Thanks for the help. To fix it, in the page Appearance > Theme Options > Custom CSS, in the option Custom CSS, you have to add the next code:

    @media (max-width:480px){
        .gallery-images a{
            max-height: 170px;
        }
    }

    Regards

    #4942
    ducky33
    Participant

    Thanks a lot for the great and prompt support. Problem solved

    #4944
    CreaboxThemes
    Keymaster

    Your welcome. If you need something more, contact me 😉

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