How can i change position Product category

This topic has 2 replies, 2 voices, and was last updated 1 years ago ago by Tony Rodriguez

  • Avatar: be Marketing
    be Marketing
    Participant
    October 25, 2023 at 09:59

    We want to reposition below the category properties, is it possible?
    Tks

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    October 25, 2023 at 13:03

    Hello, @be Marketing,

    Thank you for contacting us and for using XStore.

    To address your concern, we kindly request you to follow the given instructions. Please copy and paste the provided CSS code into the designated location: Xstore > Theme Options > Theme Custom CSS > Global CSS. After pasting the code, please ensure to publish it.

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

    Upon successful implementation, the result should resemble the following:
    https://ibb.co/KFT0bTJ

    We hope this resolves your issue. Should you require further assistance, please do not hesitate to contact us.

    Best Regards,
    8Theme’s Team.

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

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

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.