Move Brands section on product above title

This topic has 3 replies, 2 voices, and was last updated 2 years, 4 months ago ago by Alex

  • Avatar: Alex
    Alex
    Participant
    June 28, 2022 at 12:58

    Hello,

    How can I move brands above product title? https://prnt.sc/w_FobC78P6Oe

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 28, 2022 at 13:14

    Hello,

    By default, there is no such option.
    Try to add the next code in Theme Options > Theme custom CSS:

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

    Regards

    Avatar: Alex
    Alex
    Participant
    June 28, 2022 at 13:28

    Thank you very much!

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

The issue related to '‘Move Brands section on product above title’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service

Helpful Topics

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