I am slowly but surely getting the hang of Firebug. I am trying to change the content padding in my hero element. In firebug if i replace the 5% to say 10 pixels it works, but when I past the exact code into my custom code it does not work. This is what I am using.
#hero .content-pad {
padding-bottom: 10px !important;
padding-left: 15px !important;
padding-right: 15px !important;
padding-top: 10px !important;
}
Here is the URL. Thank you so much in advance.












