Okay
  Public Ticket #361678
Issue with Image on portfolio pages
Closed

Comments

  • Dennis started the conversation

    Hi,

    We currently have an issue with our portfolio pages. We have inserted 3 image sliders and we are wanting them to sit side by side with no gap in between them. Currently, there is a gap showing between the middle and right image and we do not know how to get rid of this. Please see attached image for reference. 

    Could you please advise on how we can fix this issue?

    Thanks,
    Dennis

  •  8,847
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .wpb_row>.span_12>.column_container:last-child {
        left: -1px !important;
    }
    
    Thanks 


    ThemeNectar Support Team