Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1294756

    Come posso far vedere nella visione mobile cellulare nella pagina Shop il menu sidebar Shop Overview Page?

    Allego di seguito lo screenshoot nella visione in cui si vede il menu siderbar nella visione pc fisso:
    visione pc fisso in cui si vede sidebar

    Allego screenshoot in visione mobile cellulare in cui non si vede menu della sidebar Shop Overview page:

    visione mobile cellulare in cui non si vide menu sidebar shop overview page

    grazie

    #1295404

    Hey cristinagrafik,

    Sorry for the late reply. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .woocommerce-shop .sidebar {
        display: block;
    }
    }

    Best regards,
    Rikard

    #1295498

    Buongiono, applico e l’aggiorno sul esito.

    Grazie

    #1295503

    Guardi ho applicato – risulta nella versione mobile – ancora non visibile la sidebar – ovviamente ho cancellato cache browser – del cellulare. Ma stesso risultato.

    #1296172

    Hi,

    I edited the CSS for you a bit, and it’s applying now. Please review your site.

    @media only screen and (max-width: 767px) {
    .woocommerce-shop .sidebar {
        display: block !important;
    }
    }

    Best regards,
    Rikard

    #1296339

    Ti confermo che ora risulta – la sidebar – si visualizza perfettamente in mobile.

    Ti ringrazio, puoi chiudere anche l’argomento.

    #1296651

    Hi,

    Thanks for the update. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Non si vede nella visione Mobile nella pagina Shop la sidebar Shop Overview Page’ is closed to new replies.