Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    It’s an .hentry issue. Disable it via the widget options.

    Thread Starter RaymondDuke

    (@raymondduke)

    I checked every tab in the widget options, but did not see any option that deals with .hentry. Am I not looking in the right location?

    Thread Starter RaymondDuke

    (@raymondduke)

    I managed to get rid of it by adding this code .hentry { border: none; } however, the testimonial how appears lower than the other testimonials.

    Plugin Contributor Michael Cannon

    (@comprock)

    The top position doesn’t change. What does is the vertical height of the testimonial. I would suggest setting a height like 160 to fix it in the widget options.

    You’ll find the remove .hentry CSS option under Compatibility of widget options.

    Thread Starter RaymondDuke

    (@raymondduke)

    I had did some more editing to the code to take care of the changing height. The .hentry had a padding of 35 0 15. I changed it to zero by using:

    hentry {
    	padding: 0;
    }
    Thread Starter RaymondDuke

    (@raymondduke)

    I just found the .hentry option. Thanks for your help and the recommendation for the height.

    Plugin Contributor Michael Cannon

    (@comprock)

    All good now?

    Thread Starter RaymondDuke

    (@raymondduke)

    Yep

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Divider Bar showing on just one of my testimonials’ is closed to new replies.