hello
how to change the font size of the footer? i want a just a fraction smaller…
ps: ive tried this:
#top #wrap_all #footer .flex_column p{
font-size: 12px !important;
}
but when i check, it seems only the fourth (4e) column has changed the font, not the others….!
Hey jelle,
Try replacing that code with this one:
#top #wrap_all #footer .flex_column p,
#top #wrap_all #footer .flex_column div,
#top #wrap_all #footer .flex_column li,
#top #wrap_all #footer .flex_column td {
font-size: 12px !important;
}
Hope this helps :)
Best regards,
Nikko
hello nikko, thanks
this works, but ive noticed that ALSO the pictures came out smaller!
is there a way to avoid this?