Archived topic
Woocommerce - Single Product - Long description max width
3 replies · Started by FunkyCss on September 4, 2022
Viewing posts 1–4 of 4
Hello,
how can I make the long description on single products max width 900px for PC only
Hi there,
if its still inside the tabs then you can do this:
#tab-description {
max-width: 900px;
margin: auto;
}
Thank you david!
You're welcome !!
This archived topic is closed to new replies.