Can the product alignment be set to bottom

This topic has 3 replies, 3 voices, and was last updated 2 months, 3 weeks ago ago by Andrew Mitchell

  • Avatar: finleydesign
    finleydesign
    Participant
    August 23, 2024 at 12:11

    Have attached an image to show, but if there is no colour variable, the whole product archive looks off, I appreciate it might be minor, but I can’t seem to do a CSS if which formats these to always be in a line

    Page link here – https://homeautomationcompany.co.uk/product-category/compact-hifi/

    Really wanted the product name to line up equally regardless if there is a colour swatch option

    Files is visible for topic creator and
    support staff only.
    2 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    August 23, 2024 at 12:28

    Hello, @finleydesign,

    Thank you for contacting us and for using XStore.

    To address the issue you are experiencing, we kindly ask you to insert the following custom CSS code by navigating to XStore > Theme Options > Theme Custom CSS > Global CSS in your admin panel.

    .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;
    }

    Additionally, If you wish to limit product titles, Please navigate to XStore > Theme Options > Wocoomerce > Shop > Product design and set title limit type as per your requirement and publish it. https://paste.pics/RR85U

    We trust this will resolve the problem. Should you require any further assistance, please do not hesitate to contact us.

    Best Regards,
    The 8Theme Team

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    August 23, 2024 at 12:30

    Dear finleydesign,

    Choosing our theme reflects your commitment to quality, and for that, we’re genuinely grateful. As we constantly strive to elevate your experience, your feedback is an invaluable gift. Could you kindly take a moment to rate our product with 5 stars on ThemeForest?

    Click here to share your insights: https://themeforest.net/downloads

    Your support fuels our journey, and we appreciate it more than words can express.

    Best Regards,
    The 8Theme Team

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

The issue related to '‘Can the product alignment be set to bottom’' has been successfully resolved, and the topic is now closed for further responses

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