Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

Okay
  Public Ticket #840925
Side image portfolio cuts off right side of image
Closed

Comments

  • Pat started the conversation

    Hi,

    I have a problem with the right side of my images being cropped on sidebar portfolio pages. 

    http://vurtmedia.co.uk/portfolio/local-breeders/

    It only happens when portfolio option is set to full screen and is fine with all other portfolio types, including sidebar with inline content!

    I've just updated to latest version and no joy. Is there a fix for this please? It's my favourite layout so I'd really like this to not cut off any of my image :) 

    Thanks!

    Pat

  • [deleted] replied

    Hi Pat,

    Just add the code below to Custom CSS are on that page 

    .single-portfolio-holder .gallery .photo {
        padding-right: 22px !important;
    }