Shape 5

Joomla Templates => Lime Light - Club => : yannickb October 11, 2013, 11:37:17 AM



: Move the language selection flags on the right of the screen
: yannickb October 11, 2013, 11:37:17 AM
Hi,
I am trying to setup the Lime Light club template on a multi language site with flags for language selection.

I also want to turn off the breadcrumb module because I think this take to much top of the screen space.

I tried to add the language selection module in the top "Menu" postion, together with the Flex menu but it dos not work

I tried to add the language selection module in the custom_1 position but then it takes too much vertical space.

The best so far is the custom_2 position, but is there a way to send the flags to the right of the screen instead of left ?

Here is the link (this is just a test site): http://www.templay.eu/v3/ (http://www.templay.eu/v3/)


: Re: Move the language selection flags on the right of the screen
: mikenicoll October 12, 2013, 09:13:57 PM
Hello,

Try this:


Template.css - line 646

#s5_pos_custom_2 {
    margin-bottom: -24px;
   float: right;
}

-Mike