This topic has 13 replies, 3 voices, and was last updated 3 years, 10 months ago ago by Olga Barlow
Is there a way for Equal Column Heights using the Product category?
Hello,
Please provide URL of the page.
Regards
You have login has a landing page for it coming soon
Anyway to edit the images on the shop page to as well to be full images instead of zooming in?
Hello,
1) Add the next code in Theme Options > Theme custom CSS. > Global 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;
}
.swiper-container {
display: flex;
align-items: stretch;
}
.product-slide .product {
display: flex;
height: 100%;
}
.swiper-wrapper {
height: auto;
}
2) Read this article – https://www.8theme.com/documentation/xstore/woocommerce/product-images/ https://prnt.sc/wc2cl7
Regards
Thanks the equal height thing didnt seem to work.
Also seems my logo keeps disappearing??
Its set in the header theme for logo on all
Hello,
1) On which page it doesn’t work? Provide URL and screenshot.
2) https://prnt.sc/wcvslj Reupload the logo image into your Media library so it comes from https , then re-select it in Theme Options > Header builder > Logo
Regards
1. https://ibb.co/yfz46nV
1. Homepage
2. Thanks ill give it a try
Also cant seem find how to be able to do a search bar like they have
Hello,
1) It is recommended to use a graphics editor and prepare product images (make them the same size) before uploading images to your media gallery.
3) I can’t open the link. Please provide a screenshot.
Regards
1. If its equal height it shouldnt matter what the image size is because it should make it as tall as the width of what ever image. So even image is shorter it would still be equal height.
Hello,
If you don’t want to edit images before uploading them to your media but want to get the equal height then use the crop option for the images (Customizer > WooCommerce > Product images > use the crop option). There is no other option in WooCommerce settings to make images the same height.
What about search bar screenshot?
Regards
You must be logged in to reply to this topic.Log in/Sign up