cancel
Showing results for 
Search instead for 
Did you mean: 

How to change short_description position on product page?

How to change short_description position on product page?

How can I change the position of the short description? I want short description to show up under the title not at the bottom.

 

Screenshot 2019-10-31 at 18.06.30.png

1 REPLY 1

Re: How to change short_description position on product page?

<move element="product.info" destination="product.info.main" [desired position here]"/>

As [desired position here] is like the following:
before="-" (top)
before="[existing element]"
after="-" (bottom)
after="[existing element]"

 

Try: <move element="product.info" destination="product.info.main" after="page.main.title" />