I’d like to move the menu separator (look here) currently just after (to the right) of the menu item “Sometitle” to just before (to the left) it, making a separator just after the menu item “Donate” and just before the menu item “Sometitle”. Is this accomplishable via the Joomla software,and if so how do I go about doing it, or do I have to accomplish this myself (via JavaScript/CSS). If it’s only doable via JavaScript/CSS,any tips would be appreciated.
Thanks!
Is ‘Some Title’ a specific module or is part of the menu? I would make a second menu module for that item and instead of applying that margin you can put ‘float:right’ to the module div so you don’t waste all that space.