You can have it show on the left of the submenu. Edit /templates/base/css/top_menu.css and look for:
table.topMenu ul.more_sub {
position:absolute;
display: none;
z-index:25;
width: 190px;
height: auto;
top: 0px;
left: 100%;
margin: 0px;
padding: 10px;
background-color: #ffffff;
-webkit-box-shadow: 0 1px 3px rgba(51, 51, 51, 0.3);
-moz-box-shadow: 0 1px 3px rgba(51, 51, 51, 0.3);
box-shadow: 0 1px 3px rgba(51, 51, 51, 0.3);
list-style: none;
}
And change:
left: 100%;
To:
right: 100%;
Then save and clear cache for both Dolphin and your browser. As always, these edits should be made in a custom template.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin