hi, please how I can change padding tpo and bottom only for this module? thank you
Hi librandi
You can add in custom.css
#section-id { padding-top:yourpx; padding-bottom:yourpx; }
where id is your module id
Regards
Avevo giĆ provato aggiungendo #section-98 { padding-top:2px!important; padding-bottom:2px!important; } ma non funziona pavit
librandi
Ho modificato il valore del padding-top e funziona benissimo come puoi notare
Grazie Vittorio, forse non mi sono spiegato, vorrei diminuire il padding che vedi inbordeaux come nello screen che ti avevo mandato
librandi Hi The padding is already 0px for this module. the white space is from the image you are using : http://prntscr.com/mmh7a6 Its part of the image not from padding.
I try to explain better, I would like to reduce the distance above and below only this module with id 98 tks
librandi Hi Use this code in custom.css
#section-98 .section-ct > div { padding-top: 10px; padding-bottom: 10px;} }
fantastic thank you