resize icon box slider

Home Forums Jevelin Theme resize icon box slider

Home Forums Jevelin Theme resize icon box slider

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • wiggzaro
    Participant

    Hi

     

    Is it possible to resize the icon box slider, particularly the tab box section at the bottom that has the  heading links?

    particularly for mobile as well as it ends up making this feature fairly unusable on mobile.

     

    Thanks, Andrew

     

     

    Attachments:
    You must be logged in to view attached files.

    Hi Andrew,

     

    I hope you are well today and thank you for your question.

     

    Do you want to decrease its width and height on mobile?

     

    If yes then could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    wiggzaro
    Participant

    Hi

     

    Yes, particularly the height

     

    http://www.jungavideoproductions.com

     

    Many hanks

    Andrew

    Solution for this topic

    You can resize slider height by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 1000px) {
    .sh-iconbox-slider-tab {
        height: 150px!important;
    }
    }

    wiggzaro
    Participant

    Thank you, I appreciate your help.

    You are most welcome here 🙂

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