Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ellie Friend
    #940566

    in Charity template,

    can i change the slider height and
    display the slider in 100% width on mobile devices?

    thanks a lot

    Pankaj Sharma Moderator
    #940658

    Hi
    You can use media query to apply a specific width and height for a screen size . for example add below code in custom.css file it work till size is 468px

    @media (max-width:468px) {.owl-carousel .owl-wrapper, .owl-carousel .owl-item { min-width:400px; height:30px}}
    

    Media query : getbootstrap.com/css/#grid-media-queries

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum