Product content elements - by filmguerilla

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

  • Avatar: Jef
    filmguerilla
    Participant
    May 26, 2021 at 17:22

    Hello, is this possible? I want the product name first and the category next?

    http://prntscr.com/13g2hri

    thank you!

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 26, 2021 at 18:12

    Hello,

    Add the below code to Custom CSS

    .product-details {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .content-product .product-details .product-title {
        order: -1;
    }

    Regards

    Avatar: Jef
    filmguerilla
    Participant
    May 26, 2021 at 20:21

    works perfectly! thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 27, 2021 at 06:58

    Hello,

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 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.