Home › Forums › Support › Single product page style This topic has 3 replies, 2 voices, and was last updated 1 year, 6 months ago by Ying. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 25, 2021 at 8:46 am #1633043 Denis Hello, I would like to change the look – the order of appearance of elements on a single product page. Details in a private message. Thank you! January 25, 2021 at 10:37 am #1633172 YingStaff Customer Support Hi Denis, Try this CSS: @media (max-width: 768px) { .product { display: flex; flex-direction: column; } p.has-text-color.has-text-align-right.has-vivid-red-color { order: -1; } .summary.entry-summary { order: 1; display: flex; flex-direction: column; } .woocommerce-product-rating { order: 1; } .custom-woo-wrap { order: 2; display: flex; flex-direction: column; } .woocommerce-tabs.wc-tabs-wrapper { order: -1; } } Let me know π January 25, 2021 at 11:43 am #1633241 Denis Thank you very much for the quick and accurate solution! π January 25, 2021 at 11:44 am #1633242 YingStaff Customer Support No problem Denis π Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In