• Olá amigos,

    Por favor, preciso de uma ajuda.

    Como fa?o para desabilitar o menu (widgets) na página de artigos?

    A exibi??o desses itens na página no modo móvel (celular) está ruim, est?o “espremidos”.

    Agrade?o a aten??o.

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

Viewing 1 replies (of 1 total)
  • Hi there,

    Thank you for writing in,

    Please go to your Dashboard ?? Appearance ?? Customize ?? Additional CSS and add this CSS codes.

    @media screen and (max-width: 480px){
    #primary,
    #secondaryright {
        float: none;
        width: 100%;
    }
    }

    Regards!!

Viewing 1 replies (of 1 total)
  • The topic ‘Desabilitar menu página Artigos’ is closed to new replies.