• Hello,

    Why doesn’t it see correctly footer “© 2023 Comprar Un Lavavajillas.” on mobile?

    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • That’s because you made it so 😀

    You have the following CSS code on your site, which is setting the line height to just 1.5px. Perhaps you meant to type 1.5?

    .site-info{
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5px;
    }
Viewing 1 replies (of 1 total)

The topic ‘Footer’ is closed to new replies.