• Resolved Steve Cousino

    (@sacousino)


    Howdy. I’m using Testimonial Basics on my site at https://www.PersonalizedBritain.com, in the bottom footer area on the right side.

    It’s working wonderfully except for one thing: there’s a rather large gap between the title and the first line of the testimonial. The difference is easily apparent when compared to the text widget I have in the same area, on the left side – the gap between the title and the content is about half the size.

    How can I reduce this gap? I’ve looked at the plugin files but I’m hesitant to experiment since I do not know how it’s all connected together.

    Thanks!

    https://www.ads-software.com/plugins/testimonial-basics/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author kevinhaig

    (@kevinhaig)

    Hi Steve
    Try making the following change in the katb_user_styles.css file

    .katb_widget_rotator_wrap {
    	float: left;
    	clear: both;
    	width: 90%;
    	padding: 5%;
    	margin: 10px 0 15px 0;
    	border-radius: 12px;
    	box-shadow: 2px 5px 5px 0 rgba(72,72,72,0.8)
    }

    to

    .katb_widget_rotator_wrap {
    	float: left;
    	clear: both;
    	width: 100%;
    	padding: 0;
    	margin: 0;
    	border-radius: 12px;
    	box-shadow: 2px 5px 5px 0 rgba(72,72,72,0.8)
    }

    Thread Starter Steve Cousino

    (@sacousino)

    Thank you! That worked.

    I did adjust the border radius, too, incidentally. When I substituted the new code that eliminated the padding and margins, the first line of the text was a little “off” colorwise from the rest, but setting the border radius to 0 px solved that. (I probably could have removed that line entirely, but I may want to put a radius back in someday…)

    Plugin Author kevinhaig

    (@kevinhaig)

    Remember your changes as there is an update in the works.

    However I will take a look at the spacing issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Spacing between title and testimonial on widget display’ is closed to new replies.