Okay
  Public Ticket #324854
Thin White Line on Portfolio Images
Closed

Comments

  • Nick started the conversation

    Hi there,

    We've recently started seeing a thin white line on the right hand side of every portfolio image. Any idea what's causing this? I've tried adjusting sizes but the line is still there. This never used to be an issue so I can only assume it was introduced in an update over the past couple of months.

    Cheers,

  •  8,470
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .portfolio-items .col {
        background-color: transparent !important;
    }
    Thanks 


    ThemeNectar Support Team 

  • Nick replied

    That's done the job, thanks!