Layerslider homepage alignement (padding)

Hi,

I'm working on - http://crossborder.solutions/ and the layerslider slider I've set up is not aligning with my first right hand sidebar widget. Using Firebug I'm able to see the CSS that needs adjusting.





element.style {
    padding-bottom: 0;
    padding-top: 10px;
}

I change it to





element.style {
    padding-bottom: 0;
    padding-top: 0px;
}

However when I put the 0px padding code in to the theme custom CSS area the changes aren't permanent. My CSS skills are that good so I'm probably missing an !important; or something. But any help would be appreciated.

Ty.

A_

Comments

Sign In or Register to comment.