Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Chagit!

    By “slider rectangular” are you referring to slider tab on which you click to open the slider?

    Thread Starter chagit

    (@chagit)

    yes – the clickable rectangular that I click to open and close the area –
    how do I make it wider?

    OK for that I think you can add simply some CSS in your child theme or in some custom CSS block if provided in your theme settings. Here is the snippet that you need to add;

    a#wpcs_handle {
        top: 25% !important; /* position from top */
        width: 170px !important; /* Increase this value to make it wider */
    }

    We haven’t tested this yet. But you can try this and let us know.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘make the slider open rectangular wider’ is closed to new replies.