Shop Categories

X

Minimum slider height override

Home Forums Agama Pro Minimum slider height override

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10246
    celadonsoftware
    Participant

    Sliders have a minimum height of 300, I need a slider with height 100, is there any way to achieve this?

    I have attempted to change the height with CSS but it does not affect the slider.

    #10248
    Zex
    Moderator

    Hello, celadonsoftware!

    You can override the minimum height with next custom CSS code (Insert it in Customize->General->Additional CSS):

    #agama_slider{
    	height:100px!important;
    }

    Set the height per your needs.

    Regards

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