unick Posted November 27, 2011 Share Posted November 27, 2011 can someone help me please to change look and position of language icons? I used theme Lite Blue (but I think the theme is not causing problem) and here I have strange dots next to icons. How to get rid of them and how to put them in one row instead of a column? thank you! Link to comment Share on other sites More sharing options...
CartExpert.net Posted November 28, 2011 Share Posted November 28, 2011 Hello! Since you didn't provide your site's URL, we can not give you a full code. The css styling should be : [iD_OF_UL OR CLASS_OF_UL] li { list-style:none; float:left; } Link to comment Share on other sites More sharing options...
unick Posted November 28, 2011 Author Share Posted November 28, 2011 Hello! Since you didn't provide your site's URL, we can not give you a full code. The css styling should be : [iD_OF_UL OR CLASS_OF_UL] li { list-style:none; float:left; } HI, CartExpert.net )) Thank you very much for your reply the URL of the site is www.dolmart.com/en/ I will appreciate very much if you could look on it and advise - ideally I want to move language icons to the right upper corner (maybe it's possible to put it in the right upper corner of header-logo?) Looking forward to your reply! Nick Link to comment Share on other sites More sharing options...
CartExpert.net Posted November 30, 2011 Share Posted November 30, 2011 Hello unick! Seems like you managed to put the language icons in one row. To display them on the right hand side edit blocklanguages.css and change this: #languages_block_top { width: 80px; } to this #languages_block_top { float: right; width: 80px; } Link to comment Share on other sites More sharing options...
unick Posted December 1, 2011 Author Share Posted December 1, 2011 Hello unick! Seems like you managed to put the language icons in one row. To display them on the right hand side edit blocklanguages.css and change this: #languages_block_top { width: 80px; } to this #languages_block_top { float: right; width: 80px; } Thanks a lot!!! Nick 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