• Resolved Loppelyst

    (@loppelyst)


    Hi there

    Great plugin. Our site is quite new but we have already had quite a few people who have said to us that they would like to give us a testemonial/recommendation so we are happy that this plugin can help us show all the nice words we hear.

    BUT … if you look at our page http://www.loppelyst.dk in the sidebar you can see the testemonials widget. And you can see that there is a large white space from the widget titel to the testemonial.

    The question is. How can I make this space smaller? I am guessing it is in the css of the plugin but I cannot find the right code. I have tried to change different numbers in the css but that has not done anything.

    Can anybody help?

    Thanks in advance
    Christian

    http://wordpress.org/extend/plugins/gc-testimonials/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author devnz

    (@eringarscadden)

    Hi Christian,

    The problem seems to be coming from the CSS in your theme file.

    The testimonial widget uses a heading 5 (<h5>) tag, which seems to have a large top margin associated with it in your themes CSS file.

    You should be able to resolve this by adding the following to your themes CSS file:

    .testimonial-widget h5 {
    	margin-top: 0px !important;
    }

    Hope that helps.

    Thread Starter Loppelyst

    (@loppelyst)

    Hi devnz

    Thank you VERY MUCH for the answer. I will try it and see if it works.

    Thank you for helping out!

    Best,
    Christian

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: GC Testimonials] How to change distance from Widget title to first testemonial’ is closed to new replies.