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

#342157

Hello,

1. Such modifications require complicated customization that is not covered by our support.

2. Please provide a page URL I will check if the HTML structure allows doing that.

3. You need to set “Сontent full-width” in the Theme Settings > General layout https://gyazo.com/1aa3ff0f9c172eee62b09c2ab4541036
And add this custom to the Theme Settings > Custom CSS > Mobile or the device you want to hide the paddings:

.main-page-wrapper > .container {
	padding:0;
}

Best Regards