
Originally Posted by
jpda
The currency field has an arrow to show it is a dropdown box. It displas the currency that you defined to be the default in Admin>Localization>Currencies.
That default value has already been loaded in the form and prices in your shop will be shown in this currency.
A simple text in your Welcome message might be easier...
To see how it looks like on a desktop when you would move the currency drop down box:
You might change margin-top to "margin-top: -33px;" and out comment "float: right"; (in stylesheet.css line #99). Or try with Firebug or a similar tool.
A better way might be to move the code of the form "currencies_form_header" as a <li>...</li> where you want it to be in the <ul> of <div id="navMain"> and add/change some css, but I'm not sure if this will work and changes may be needed for mobile devices...
Cheers,
jpda
Bookmarks