• Resolved srdmh

    (@srdmh)


    Hi Folks,

    I really like your plugin.

    There’s one issue I’d like your help with please.

    It has to do with the slides that are not active – parts of them are still visible, like this.

    Can you help me resolve this, please?

    Thanks,
    Steve

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having the same problem here. How did you solve it?

    I have now used this workaround. It is not optimal, but it works.

    #tns1 > li:not(.tns-slide-active) {
    	padding-right: 3rem;
    	padding-left: 3rem;
    }
    
    #tns1 > .tns-item {
    	width: calc(12.48%) !important;
    }
    
    .text_slider_content {
    	margin-right: 20px;
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS issue’ is closed to new replies.