Show footer on desktop only - by Mohamed Mostafa

This topic has 5 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Mohamed Mostafa

  • Avatar: Mohamed_Mostafa
    Mohamed Mostafa
    Participant
    August 23, 2020 at 12:19

    i want to show footer on desktop only and keep mobile panel on tablet and mobile

    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 23, 2020 at 13:14

    Hello,

    Add this code in Theme Options > Theme Custom CSS > Global custom CSS:

    @media only screen and (max-width: 992px) {
        .et-footers-wrapper {
            display: none;
        }
    }

    Regards

    Avatar: Mohamed_Mostafa
    Mohamed Mostafa
    Participant
    August 23, 2020 at 13:36

    thanks it worked,
    1) icons not working well on home page. https://pasteboard.co/JnHaCPD.png
    2) how i can change the quick view layout ?
    3) i need to disable quick view button and make products same height.
    4) global.css not found

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 23, 2020 at 15:17

    Hi,

    1, 3) Have you activated an additional plugin for the Quick view?
    2) Theme Options > WooCommerce (Shop) > Shop elements > Quick view
    3) Add this code in Theme Options > Theme Custom CSS:

    .main-products-loop .product, .products-loop .product, .carousel-area .product-slide .product {
        display: flex;
        justify-content: center;
    }
    .products-loop .ajax-content, .products-loop {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
    }
    .content-product {
        flex-direction: column;
        justify-content: space-between;
        display: flex;
        flex: 1;
    }
    .content-product .quantity-wrapper {
        margin-right: auto;
    	margin-left: auto;
    }

    4) Please provide a screenshot + temporary wp-admin access.

    Regards

    Avatar: Mohamed_Mostafa
    Mohamed Mostafa
    Participant
    August 26, 2020 at 13:49

    it was a chrome extention problem thanks.

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘show footer on desktop only’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.