I think this should do it ( I am still a newbie!)
Change CSS Code:
* html #ja-search .inputbox, *+html #ja-search .inputbox {
margin: 1px 0 0 10px;
!important: ;
To:
* html #ja-search .inputbox, *+html #ja-search .inputbox {
margin: 1px 0 0 10px !important;
I just matched the !important rule with the oters that were in the code
Change HTMLCode:
<link href=”http://bramewavestudios.com/templates/ja_fagus/css/ja-newslight.css” rel=”stylesheet” type=”text/css” />
To:
<!link href=”http://bramewavestudios.com/templates/ja_fagus/css/ja-newslight.css” rel=”stylesheet” type=”text/css” />
I could not find a newslight.css file anywhere for fagus so I just made that line of code a comment tag until the css file is released. This may not be perfect but it did validate, my url http://www.bramewavestudios.com