Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Roderick Lodewijks

    (@roderick-lodewijks)

    I mean if the text get’s “too long” it’s put in a box with a scrolling bar. For me the text can be long, it doesn’t matter.

    Plugin Author kevinhaig

    (@kevinhaig)

    Hi Roderick

    I know the scrolling bar is a pain but long testimonials can get out of hand.

    If you need to you can remove it from the katb_user_styles.css file

    /*
     * ------ Widget Basic Display Styles ----------------------- */
     .katb_widget_test_box_basic {
    	padding: 0;
    	margin: 0;
    	max-height: 12em; /***** Remove or comment out */
    	overflow: auto; /**** Remove or comment out */
    }
    
    /*
     * ------ Widget Custom Display Styles ----------------------- */
    .katb_widget_test_box {
    	padding: 10px 10px 20px 10px;
    	margin: 0;
    	max-height: 12em; /****** Remove or comment out */
    	overflow: auto; /****** Remove or comment out */
    	-webkit-border-radius: 12px;
    	-moz-border-radius: 12px;
    	border-radius: 12px;
    }

    There will be an update out soon, and you will have to repeat this when you upgrade.

    Thread Starter Roderick Lodewijks

    (@roderick-lodewijks)

    Hi Kevin!

    Thank you for your quick and effective reply! I will fix it like you said.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove scrolling bar from display widget’ is closed to new replies.