Support » Plugin: WordPress Slider Block Gutenslider » Hide scrollbars?

  • Resolved jpowersok

    (@jpowersok)


    I am probably overlooking something obvious, but is there a way to force scrollbars to always be hidden on a slider?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author eedee

    (@eedee)

    hey @jpowersok,

    I am getting a “Not found” on the link you posted. Please provide a working link for help.

    Thread Starter jpowersok

    (@jpowersok)

    Sorry about that
    try
    https://carnegietelco.com/about

    The second image down in the content/body of the page is the Gutenslider element I’m asking about.

    Plugin Author eedee

    (@eedee)

    @jpowersok,

    I had a look on your page. It is a css issue with the theme you are using. I cannot reproduce the error in firefox, chrome nor safari on mac. You will have to remove styles for images, your theme sets. It is an educated guess, that your solution will be to add the following css to your page:

    .wp-block-eedee-block-gutenslider {
     [class*="wp-image"] {
       margin: 0;
       border: none;
     }
    }

    If that does not help you will need to try other css.

    P.S. there will be an option soon in Gutenslider that allows you to pick a focus point on the slides’ images.

    Best

    Niklas

    • This reply was modified 4 years, 1 month ago by eedee.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide scrollbars?’ is closed to new replies.