hello, why is there a padding on top and bottom of the image?
my code does not say so:
/* rand rond fotos */
.ktf-darkborder {
border: 2px solid white !important;
}
Hey jelle,
Add this to quick css:
body img.aligncenter{
padding:0px!important;
}
Best regards,
Jordan Shannon
hi jordan, thats brilliant, thank you, this ticket can be closed!