Elliot, I promise I have used that code and tried different values but it doesnt want to move: Perhaps I am doing something wrong, here is what I did:
I posted the code below into the custom CSS area:
#primary_menu { position: absolute !important; top: 8px !important; left: 100px !important; }
The value I played with is what comes after the "left: ..."
I have tried: -100, -500, 100, 200, 0, -50, 50 .... none of them moves the menu?
Sorry if I am doing it wrong, perhaps you can see where I am going wrong.
This is the code from my style css for the menu, perhaps I changed something there that is causing the problem:
===============================================================================================================
03. MENU
=============================================================================================================== */
#primary_menu{position:absolute;top:8px;right:0;text-shadow: 0 0px 0px rgba(0,0,0,0);}
.jqueryslidemenu{position:relative;z-index:2000;line-height:25px;letter-spacing: 0.5px;text-transform:none;}
.jqueryslidemenu a{display:block;padding:3px;}
.jqueryslidemenu a:hover{color:#b2b2b2;text-decoration:none;}
.jqueryslidemenu ul{margin:0;padding:0;list-style-type:none;float:right;}
.jqueryslidemenu li{padding:5px 10px;float:left;list-style:none;height:45px;position:relative;display:inline;margin:0;}
.jqueryslidemenu ul ul{width:212px;position:absolute;top:20px;padding:4px;margin-left:4px;margin-right:4px;display:block;visibility:hidden;}
.jqueryslidemenu li li{display:list-item;float:none;padding:1px;height:auto;}
.jqueryslidemenu li li a{width:200px;margin:0;height:100%;padding:6px 9px;}
.jqueryslidemenu ul ul ul{margin-top:-5px;z-index:2001;}
.jqueryslidemenu li small{display:none;}