OC2PS Posted November 26, 2011 Share Posted November 26, 2011 I hate the idea of having dropdowns for langauges and currencies -it's a bad idea to hide options. Please restore the option to display languages (flags) and currencies (symbols) as horizontal lists on top of page. Link to comment Share on other sites More sharing options...
Aldeag Posted December 2, 2011 Share Posted December 2, 2011 I think the same... Link to comment Share on other sites More sharing options...
prestamax Posted December 2, 2011 Share Posted December 2, 2011 You can adjust this in the css file open css/modules/blocklanguages/blocklanguages.css in line 14 add a display: none; #header_right #languages_block_top p { display: none; } in ~line 45 change display: none; to display: block #countries .countries_ul { display: block; ... } remove the declaration #countries .countries_ul_hover { ... } then a bit of fine tuning and you should have what you want. Link to comment Share on other sites More sharing options...
OC2PS Posted December 3, 2011 Author Share Posted December 3, 2011 Thanks prestamax! Also, is there a way to place these blocks above the logo/banner reliably (i.e. so that it works in all major browsers)? Link to comment Share on other sites More sharing options...
prestamax Posted December 3, 2011 Share Posted December 3, 2011 you could try to use position: absolute ; Look for #header_right #languages_block_top and add the position #header_right #languages_block_top { position: absolute; top: 0; left: -300px; } You will most likely need a negative value for the left position. Just try a figure that fits in your theme. Link to comment Share on other sites More sharing options...
Recommended Posts