|
Hello this is my first post here and wanted to say thanks for creating this site.
I'm having an issue with a CSS override.
The current CSS file lists:
#jive-body-main {
margin:0;
padding:0;
clear: both;
display: block;
float: left;
width: 100%;
overflow: hidden;
}
I'm trying to override the css and need to be
#jive-body-main {
margin:0;
padding:0;
}
Is there a way to do this?
Thank You for your help.
Corey R.
|