- Posts: 198
- Thank you received: 0
How to align the language flags horizontally
-
Danimeeka
Active member - Topic Author
- Member
Less
More
8 years 4 months ago #46704
by Danimeeka
How to align the language flags horizontally was created by Danimeeka
Hi,
My website is situated at www.lmslawyers.com.au/joomla . I have language flags displayed in the 'right' position on most pages. I have set the Language Switcher horizontal display to 'Yes' for both my language flags but the flags continue to be displayed vertically. Is the display:inline code in ../media/mod_languages/css/template.css being overridden somewhere by the template?
Thanks,
Julia.
My website is situated at www.lmslawyers.com.au/joomla . I have language flags displayed in the 'right' position on most pages. I have set the Language Switcher horizontal display to 'Yes' for both my language flags but the flags continue to be displayed vertically. Is the display:inline code in ../media/mod_languages/css/template.css being overridden somewhere by the template?
Thanks,
Julia.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
8 years 4 months ago #46705
by milos
Replied by milos on topic How to align the language flags horizontally
Hello,
You should remove module class suffix "_plain" from the language module settings.
Regards,
Milos
You should remove module class suffix "_plain" from the language module settings.
Regards,
Milos
Please Log in to join the conversation.
-
Danimeeka
Active member - Topic Author
- Member
Less
More
- Posts: 198
- Thank you received: 0
8 years 4 months ago #46718
by Danimeeka
Replied by Danimeeka on topic How to align the language flags horizontally
Thanks, that certainly works.
I am using the module position "right". On the Home page it is in a row of its own on the Sparkly layout builder. On the other pages, to achieve a similar position I had to put it in the same row as Content module, where it appears with a grey background.
Can you tell me how to remove the grey background - can I add an optional module style that I can apply just to the Language Switcher?
Also, can you tell me how to add padding to the top of the flags (all pages) so that they don't sit flush to the top of their module position?
Thankyou again,
Julia.
I am using the module position "right". On the Home page it is in a row of its own on the Sparkly layout builder. On the other pages, to achieve a similar position I had to put it in the same row as Content module, where it appears with a grey background.
Can you tell me how to remove the grey background - can I add an optional module style that I can apply just to the Language Switcher?
Also, can you tell me how to add padding to the top of the flags (all pages) so that they don't sit flush to the top of their module position?
Thankyou again,
Julia.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
8 years 4 months ago #46719
by milos
Replied by milos on topic How to align the language flags horizontally
Hello,
You can add this in template_css.css file:
Thanks,
Milos
You can add this in template_css.css file:
Code:
.mod-languages {
background:#fff;
}
Thanks,
Milos
The following user(s) said Thank You: Danimeeka
Please Log in to join the conversation.
Time to create page: 0.226 seconds