lifetooshort Posted May 20, 2013 Share Posted May 20, 2013 (edited) Hello guys i have a problem. How can i make a language bar horizontal and all flags in one line? Now flags there come when you move with mouse on the Flag. I wish that they would be horizontally aligned. Edited May 20, 2013 by lifetooshort (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 20, 2013 Share Posted May 20, 2013 hello it's probably simple css issue. So in this case url is necessary to fix this. If it is possible - please paste the url to your website - we will check it ASAP Link to comment Share on other sites More sharing options...
lifetooshort Posted May 20, 2013 Author Share Posted May 20, 2013 Website url pmed. Waiting for answer here Link to comment Share on other sites More sharing options...
vekia Posted May 20, 2013 Share Posted May 20, 2013 hey, i checkd it where you exactly want to insert them? Link to comment Share on other sites More sharing options...
lifetooshort Posted May 20, 2013 Author Share Posted May 20, 2013 I want to put in a position where there is,but only make not vertical but horizontal in one line Link to comment Share on other sites More sharing options...
vekia Posted May 20, 2013 Share Posted May 20, 2013 blocklanguages.css line 45: #countries .countries_ul { display: none; z-index: 10000; padding: 10px; list-style-type: none; } remove display:none; then edit .tpl file of this module, remove the: <p class="selected_language"> </p> with content 1 Link to comment Share on other sites More sharing options...
lifetooshort Posted May 20, 2013 Author Share Posted May 20, 2013 (edited) Hmm doesn't work. Only one flag moved to left but when i move mouse on the flag other flags appear on the right side column Edited May 20, 2013 by lifetooshort (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 20, 2013 Share Posted May 20, 2013 you can use <div></div> instead the <ul> and <li> you have to add style="display:inline-block; float:left" for each <div> with flag Link to comment Share on other sites More sharing options...
lifetooshort Posted May 20, 2013 Author Share Posted May 20, 2013 i changed but why flags are on column not a line? Link to comment Share on other sites More sharing options...
vekia Posted May 20, 2013 Share Posted May 20, 2013 you've got there many not closed <div> you have to use it carefully 1 Link to comment Share on other sites More sharing options...
lifetooshort Posted May 20, 2013 Author Share Posted May 20, 2013 (edited) Now look's good but my website narrows i will add block language css if you can please change: Edited May 20, 2013 by lifetooshort (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 20, 2013 Share Posted May 20, 2013 please share the .tpl file (not .css) Link to comment Share on other sites More sharing options...
lifetooshort Posted May 20, 2013 Author Share Posted May 20, 2013 (edited) Solved! Thank you! Edited May 20, 2013 by lifetooshort (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 20, 2013 Share Posted May 20, 2013 you're welcome :-) thanks for information that you solved it if you've got any other questins related to this thread - feel free to continue discussion here regards Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now