Home Forums Jevelin Theme resize icon box slider Reply To: resize icon box slider

Home Forums Jevelin Theme resize icon box slider Reply To: resize icon box slider

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;
}
}