What is your website URL? Have you changed any defaults? Malformed CSS parameters that you entered can cause a problem. The plugins does not validate your CSS input.
http://clintonwilkinsmortgagegroup.com/
There is a few default CSS styles changed but nothing that should effect it, it works perfect in FireFox.
Any help would be awesome.
Thanks
On Chrome, you have a 404 error:
http://clintonwilkinsmortgagegroup.com/cwwp/wp-content/themes/Chameleon/images/CW-bg.jpgFailed to load resource: the server responded with a status of 404 (Not Found)
On this CSS setting: For the entire TopBar: (i.e. at the TopBar’s DIV)
Try adding this CSS:
position:fixed; top: 40; padding:0; margin:0; width: 100%; z-index: 99999;
This is the sample CSS that will fix the TopBar to the top of the page. For some reason, Chrome/Safari is not liking the default values (which is visibility:hidden;)
Bob