Site logo

Archived topic

footer bar margin won't adjust

1 reply · Started by Cynthia on June 4, 2022

Viewing posts 1–2 of 2

the footer bar margin/ padding won't adjust. I'm trying to decrease the margin / padding on the right & left side of the copyright message.

Hi there,

try adding this CSS:

@media (max-width: 768px) {
    .site-info .inside-site-info {
        padding-right: 10px;
        padding-left: 10px;
    }
}
This archived topic is closed to new replies.