Product image / brand / product name - by movileanu

This topic has 2 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler

  • Avatar: movileanu
    movileanu
    Participant
    August 8, 2020 at 13:30

    Hi,

    on the shop page: http://shop-cosmetic.cubrain.ro/product-category/ingrijire-ten/

    we have: image / product name / brand
    and we want it to be: image / brand / product name

    can you advice us?
    thank you

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 8, 2020 at 13:57

    Hi,

    Try to add the next code in Theme Options > Theme Custom CSS:

    .content-product .product-details {
        display: flex;
        flex-direction: column;
    }
    .content-product .product-details .products-page-brands {
        order: 1;
    }
    .content-product .product-details .product-title {
        order: 2;
    }
    .content-product .product-details .price {
        order: 3;
    }

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

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