Home › Forums › WoodMart support forum › Moved: Reply To: Login RTL and product image › Reply To: Moved: Reply To: Login RTL and product image
December 9, 2021 at 4:36 pm
#338214
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
.website-wrapper .shop-loop-head {
text-align: center;
justify-content: center;
}
.wd-side-hidden {
width: 100vw !important;
}
Please note, that the opened menu will not be possible to close.
Best Regards