Home Forums ArileWP Pro Slider smaller

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2696
    Giuseppe DI STEFANO
    Participant

    G’day,

    it’s possible make the top slider smaller? and manage also mobile dimension?

    thank you to help

    #2699
    themearile
    Keymaster

    Hi Giuseppe DI STEFANO

    Yes, it’s possible just you need to add below CSS code in Additional CSS box.

    #theme-main-slider .item {
    background-repeat: no-repeat;
    height: auto !important;
    }
    #theme-main-slider .item {
    padding-top: 40.56%;
    display: block;
    height: 0;
    }

    You can change the value of 40.56% as per the need for the height of slider image.

    Let me know if it work.

    Thanks
    ThemeArile

    #2700
    Giuseppe DI STEFANO
    Participant

    thanks it works

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.