i want to show footer on desktop only and keep mobile panel on tablet and mobile
This topic has 5 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Mohamed Mostafa
i want to show footer on desktop only and keep mobile panel on tablet and mobile
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
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
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
it was a chrome extention problem thanks.
The issue related to '‘show footer on desktop only’' has been successfully resolved, and the topic is now closed for further responses