Link to home
Start Free TrialLog in
Avatar of nsitedesigns
nsitedesignsFlag for United States of America

asked on

move widget title down

I am trying to move the testimonial widget h2 title down (appears at bottom of page) but nothing I try works.   This is what I have been modifying.  What am I missing?

beta site
http://8c2.bb5.myftpupload.com/

Screen shot
https://screencast.com/t/ZqK0ok6tt8zP

.testimonial_rotator_quote::before {
  content:"" !important;
}

.testimonial_rotator_slide_title h2{
 padding:0px;
margin:0px;}

.testimonial_rotator_widget_wrap  {
    margin: 0 30px 0px 30px;
  padding:0px;
}

blockquote {
    color: #102d53;
  border:none;

}

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nsitedesigns

ASKER

I am using a plugin for the testimonials.  I do not have any <br> between header and text to remove.  I did make the other recommendations you advised and it worked!  Thanks!
Thanks!
You are welcome.