Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPExperts.io

    (@wpexpertsio)

    Hi kumaresan, Thanks for using our plugin, I overview your site and it seems like you applied some css to customize the slider, Actually you give some extra height to a div that’s why it shows some lines when it slide. you need to change style that you applied on theme/css/style.css line no:4174

    .wpcs-slide-out-div {
    width: 700px !important;
    min-height: 75% !important;
    height: 570px !important;
    }

    change this to

    .wpcs-slide-out-div {
    width: 700px !important;
    min-height: 70% !important;
    height: 460px !important;
    }

    Thread Starter kumaresan

    (@kumaresanwp)

    Hi,

    Thanks for the reply, maybe the problem with that plugin(WP Property).
    I have changed the plugin and not the slider working fine in this archive pages.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Archive page display issu’ is closed to new replies.