• Добрый день!
    Не подскажете – как в “Дополнительных стилях” отключить футер для мобильных?
    Пробовал через @media, но что-то не срабатывает….
    Спасибо.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author satoristudio

    (@satoristudio)

    Добрый день, можете попробовать следующее:

    @media screen and (max-width: 48em) {
    .site-footer { display: none; }
    }
    Thread Starter avefrance

    (@avefrance)

    Сработало. Спасибо большое!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Отключить футер’ is closed to new replies.