Home › Forums › Jevelin Theme › resize icon box slider
Home › Forums › Jevelin Theme › resize icon box slider
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
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
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; } }
Thank you, I appreciate your help.
You are most welcome here 🙂