I downloaded GeoCraft 1.6 and using it with WordPress 3.5, the button for "Post Your business listing" does not format correctly. Please visit: http://thememaverick.com/theme_reviews/geocraft/
Exactly which button do you mean? Looked at your site and it all looks OK to me - i.e. looks like the standard site, I haven't created an account or gone that far!
Please check your site on other systems too, It is looking fine at our side. Please specify in any particular browser you are getting this issue or in all.
Using Chrome. the issue only happens at certain zoom levels. if my browser zoom is set to 100%; issue does not happen. If it's set to 90% (like that screenshot) it does happen
For a quick workaround you can paste the following CSS code in the Styling OPtions located under Geocraft Settings. The Code: Code: .header_wrapper .header .post_btn .btn_left {display:none;} .header_wrapper .header .post_btn .btn_right {display:none;} .header_wrapper .header .post_btn .btn_center {background:transparent;background-color:#ff9900;border-radius:5px;} .header_wrapper .header .post_btn .btn_center:hover {background:transparent;background-color:#33cc00;border-radius:5px;} Screenshot of the fix Lines 3 and 4 have the button colors. Line 3 is the normal color state and line 4 is the color when the button is hoverd. You can change the color's to what ever you want. I used solid colors but you can use gradiant's with css if you want.