Jump to content

language icons position


Recommended Posts

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!

post-223401-0-79825000-1322421545_thumb.png

Link to comment
Share on other sites

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...