Im messing with a wordpress theme and for some reason something in the theme is overriding the CSS stylesheet and throwing this code in the header:
<style>
body.home #header_curve { margin-top:275px; }
body.home #header_wrapper { height: 506px; }
#slider_wrapper { margin-top: -400px; }
</style>
I need my #slider_wrapper to be { margin-top: -330px; }, but everytime I change it in my stylesheet it keeps getting overridden. Any thoughts?
<style>
body.home #header_curve { margin-top:275px; }
body.home #header_wrapper { height: 506px; }
#slider_wrapper { margin-top: -400px; }
</style>
I need my #slider_wrapper to be { margin-top: -330px; }, but everytime I change it in my stylesheet it keeps getting overridden. Any thoughts?