Home Forums WoodMart support forum Moved: Reply To: Login RTL and product image Reply To: Moved: Reply To: Login RTL and product image

#338214

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