Jump to content

[Solved]Problem with language bar


number0ss

Recommended Posts

Hi NumberOss,

 

Override the file:

/modules/blocklanguages/blocklanguages.css

(that is, copy this file to :

/themes/<your theme folder>/blocklanguages/blocklanguages.css )

 

and change this part (around line 40 in 1.5.3.1)

 

 

#countries p img {

padding-left: 5px;

float: right; // add this line

}

 

 

This moves the american flag to the right, and clicking on it opens the list of flags just above this flag.

 

Hope that does the trick

 

(make sure you have Advanced parameters -> Performance: Smarty block -->

Template cache: Recompile templates if the files have been updated

and

cache = off

 

Then reload your front page and see it it works.

(Don't forget to put the 'cache' back to ON, when going live, to speed up your site)

 

 

Hope this helps,

Pascal

Edited by PascalVG (see edit history)
  • Like 1
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...