Site is here – jujybean dot com dot au
The CSS is inline and provided by the theme developer for use with this plugin. I have made No changes to the provided CSS. I have been trying hard to find the issue using firebug but can’t nail it down. Prior to installing the plugin the content area was fixed width a centred.
Menu is great and operating how I want, just can’t work out why everything is shifted left.
It seems to be related to the header.php if I revert to the header before I modified it for the plugin the content goes back to the centre.
I replaced the existing menu div with this
<div id="menu"><?php if (function_exists(‘pixopoint_menu’))
{pixopoint_menu();} ?> </div>
Thanks for any tips.