Layout problems related to the alignment of titles, price and purchase button of

This topic has 12 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Michael

  • Avatar: Michael
    Michael
    Participant
    June 19, 2020 at 15:42

    Hello good afternoon!
    I tried some modifications by css and as expected, to no avail. as I would do for the theme or if it is a problem of the theme or some customization, how would I do to solve it?

    11 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2020 at 15:47

    Hello,

    Describe the desired result and we will help you with the custom CSS code.

    Regards

    Avatar: Michael
    Michael
    Participant
    June 19, 2020 at 15:54

    I just need the title, button and price to be aligned, since the image is already, at least that’s what I hope.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2020 at 16:15

    Try to add this 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;
    }

    About the filter, there is no such possibility, unfortunately.

    Regards

    Avatar: Michael
    Michael
    Participant
    June 19, 2020 at 16:35

    For another problem, when I put the zip code in the calculator on the product page it shows a price and when it goes to the cart page, the price increases too much, is it some configuration of the theme?

    Please contact administrator
    for this information.
    Avatar: Michael
    Michael
    Participant
    June 19, 2020 at 18:32

    related products were still a little crooked, how can we solve?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 08:58

    Hello,

    How does it work with Storefront (default WC theme)?
    You are using a 3rd party plugin, but we can’t guarantee full theme compatibility with all existing plugins. Contact support of the plugin, maybe their team will be able to advise something.
    Without access to the dashboard and FTP, we can not take a closer look and give any comments about this situation.

    Abot related products, add this code:

    .related-products .swiper-container {
        display: flex;
        align-items: stretch;
    }
    .related-products .product-slide .product {
        display: flex;
        height: 100%;
    }
    .related-products .swiper-wrapper {
        height: auto;
    }

    Regards

    Avatar: Michael
    Michael
    Participant
    June 22, 2020 at 14:38

    Thank you!
    One more thing, where the login / registration is on the main page, is there a possibility to change the registration form or put it on woocommerce?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 22, 2020 at 15:20

    WooCommerce > Settings > Accounts & Privacy > Account creation https://docs.woocommerce.com/document/configuring-woocommerce-settings/#section-15

    Regards

    Avatar: Michael
    Michael
    Participant
    June 22, 2020 at 18:07

    don’t have the possibility put a login form and register how to complete a purchase? using the same forms?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 23, 2020 at 07:29

    Sorry, but your questions are a bit unclear for me. Please describe the desired result in more detail.

    Regards

    Avatar: Michael
    Michael
    Participant
    June 23, 2020 at 13:31

    thanks, but manage to solve the problem that was in the configuration.

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

The issue related to '‘Layout problems related to the alignment of titles, price and purchase button of’' 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.