Bonjour, Sur un site, initialement créé sous Insight, j'ai installé le template GOOD. J'aurais deux questions pour me permettre de finaliser la mise à jour : 1 - Comment supprimer les espaces relativement importants entre les modules sur la page d'accueil ? Cela provient probablement des paramétres des modules dans le template initial (piéces jointes ecran_1 et ecran_2) ? 2 - Est-ce qu'il me serait possible de faire apparaitre un titre, de même taille, police ... que pour le module Actualités, pour le module qui est juste au dessus en mast-top avec type demise en page slide 1 . (piéce jointe - ecran_3) Bien cordialement Palmok
Hi Palmok,
I'm not familiar with French, pls reply back in English for question 2
With question 1, you can remove the the space above the footer by adding this custom css:
.t3-footer .t3-footnav { padding-top: 0 !important; }
Hi saguaros 21
Sorry for the language ! Q 1 : Where must I add the custom code to remove the spaces between the blocks ? Q2 : No morte problem, it's ok like this.
Regards Palmok
palmok Hi,
You can put the custom css into the file: /templates/ja_good (your default JA template)/css/custom.css (Create this file if it doesn't exist)
.t3-mainbody { padding-top: 10px; padding-bottom: 10px; } .t3-mainbody .t3-mast-content .t3-section { margin-bottom: 0; } .t3-footer .t3-footnav { padding-top: 0 !important; }
Then you can change value for padding / margin as you wish.
Regards
It works well.
Thank you !