Hi,
I have added some text into the brand description and i would like to move it to the bottom and also set a width of 600,
I have tried this CSS
/* Move the brand description to the bottom and set width to 600px */
.woocommerce .brand-description {
order: 99; /* This will depend on your layout. Adjust the number as needed to move the element to the bottom */
width: 600px;
margin: 0 auto; /* Center the text block if it’s less than the container width */
}
also, when adding text to the Description after content, would like to change the width of this to be smaller.