Hello,
Can you help me (if possible with the css) to reduce the height of the footer (the height between the the top line and the bottom line) ?
Thanks
X3 Photo Gallery Support Forums
body[class*='topbar'] .footer {
padding: 4em 0 1.8em;
}
@media only screen and (min-width: 40.063em){
body[class*='topbar'] .footer {
padding: 4em 0 3.2em;
}
}