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.
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
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_
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
this padding comes from section so you must edit section to remove this padding.
tyvm.
A_