jDiction Forum

English => Install & Configure jDiction => Topic started by: webcrete on November 05, 2019, 01:47:26 pm

Title: Jdiction flags-image size
Post by: webcrete on November 05, 2019, 01:47:26 pm
Hello,
I am using Jdiction at list 7 Years by many websites and we are happy about your very good component. We are using version 2.0 and joomla 3.6. My question is how to show on the module a bigger flag. I have uploaded bigger flags at /media/com_jdiction/images/flags/ with a .png extension but the space on the website where the flags are shown are the same small. So we need to change the css file for the module to display the bigger flags.
Can you please instruct where to configure the css ?

Thank you
Title: Re: Jdiction flags-image size
Post by: Harald Leithner on November 05, 2019, 04:53:46 pm
Hi,

thanks for using jdiction for such a long time.

But you should really update your Joomla site, I (as release lead for Joomla 3.9.x) released Joomla 3.9.13 today.

About the flag image, the image is a background image

Thats the css code we use for the image:

Code: [Select]
<style>
  .languageswitcher a {
    padding-left: 20px;
    background-position: center left;
    background-repeat: no-repeat;
  }
</style>

use override the attributes you need to fit your wishes.