Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1417991

    How can I control the flexslider size?

    I would like to change the height of the slider so that it will shrink the contents of the slider down in size.

    Thanks and I look forward to your reply.

    Aaron

    #1418123

    Joao
    Moderator

    Hi Aaron,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks

    Joao

    #1418126
    #1418583

    Lely
    Moderator

    Hello Aaron,

    We can use the following CSS in order to adjust the sidebar slider size. Add it on Appearance > Customize > Custom > Edit Global CSS:

    
    div#advanced_text-4 .x-flexslider .x-slides img {
        width: 80% !important;
    }
    div#advanced_text-4 .x-flexslider {
        max-height: 250px !important;
    }

    When adjust height, we need to adjust image width to so it will not overflow.

    Hope this helps.

    #1419600

    Thank you.

    #1419803

    Prasant Rai
    Moderator

    You are most welcome. 🙂