Home Forums WoodMart support forum Prevent vertical scrolling when using a horizontal slider.

Prevent vertical scrolling when using a horizontal slider.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #453023

    Matteo
    Participant

    Hello,
    I would like to prevent the vertical scroll on my pages when a product slider is turned for example.
    It is very disturbing on mobile especially because our right hand side never slides perfectly straight…

    #453109

    Hi,

    Please add this code to the Theme Settings > Custom CSS > Global:

    div.owl-nav {
    	display: none !important;
    }

    Best Regards.

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)