Is it possible to shift the description after products ? as its showing on the top. i dont want description to be shown on top. please tell me how to do
https://i79km3gi81r3d32q-59964620842.shopifypreview.com
Password : 1234567
Is it possible to shift the description after products ? as its showing on the top. i dont want description to be shown on top. please tell me how to do
https://i79km3gi81r3d32q-59964620842.shopifypreview.com
Password : 1234567
#collection-page {
display: flex !important;
}
.collection__page--description {
order: 2 !important;
}