Bonsoir,
J'utilise Mailchimp pour ma newsletter et ai installé le module joomlamailer mailchimpintegration.
Le module mailshimp_signup qui permet de s'inscrire à la newsletter s'affiche verticalement:
EMAIL ADDRESS (imput)
SUBSCRIBE (bouton)
et je souhaiterais qu'il s'affiche horizontalement:
EMAIL ADDRESS (imput) SUBSCRIBE (bouton)
Comment faire ?
Le développeur ne dit pas plus que ceci:
You would have to edit the following file to make the elements display inline:
/modules/mod_mailchimpsignup/assets/css/default.css
You'll probably also need to remove some <br /> tags from this file:
/modules/mod_mailchimpsignup/tmpl/default.php
Voici le fichier /modules/mod_mailchimpsignup/assets/css/default.css
et le fichier /modules/mod_mailchimpsignup/tmpl/default.php ci-joint defaultphp.7z
Quelqu'un pourrait-il me dire comment arriver à mes fin?
Un grand MERCI d'avance.
J'utilise Mailchimp pour ma newsletter et ai installé le module joomlamailer mailchimpintegration.
Le module mailshimp_signup qui permet de s'inscrire à la newsletter s'affiche verticalement:
EMAIL ADDRESS (imput)
SUBSCRIBE (bouton)
et je souhaiterais qu'il s'affiche horizontalement:
EMAIL ADDRESS (imput) SUBSCRIBE (bouton)
Comment faire ?
Le développeur ne dit pas plus que ceci:
You would have to edit the following file to make the elements display inline:
/modules/mod_mailchimpsignup/assets/css/default.css
You'll probably also need to remove some <br /> tags from this file:
/modules/mod_mailchimpsignup/tmpl/default.php
Voici le fichier /modules/mod_mailchimpsignup/assets/css/default.css
Code:
.mcsignup { } .mcsignup input[type="text"] { margin-bottom: 5px; } .mcsignup select { } .mcsignup .calendar { position: relative; left:3px; top:4px; }
Quelqu'un pourrait-il me dire comment arriver à mes fin?
Un grand MERCI d'avance.