Link to home
Start Free TrialLog in
Avatar of Mike Waller
Mike WallerFlag for United States of America

asked on

move hr image down in wordpress featured slider

Hi there.  I have a site here, http://www.kitchensofdenver.com/ and want to push down the hr image that is right below the featured slider (so above the thumbnail slider.  How would I adjust the css to do that to move it down 20 pixels?
ASKER CERTIFIED SOLUTION
Avatar of jtwcs
jtwcs
Flag of United States of America 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 Mike Waller

ASKER

Okay, I did this and it worked...

#hr-center .center-highlight {
background: url(images/light-overlay.png) repeat-y top center;
text-shadow: none !important;
padding-bottom: 20px;
}
Thanks!