Home Forums WoodMart support forum mobile filters cannot be scrolled down Reply To: mobile filters cannot be scrolled down

#689634

Hello,

Sorry for the inconvenience caused. This issue was present in the previous version of the theme but has been fixed in the latest update. Please update your theme to version 8.3.2 to resolve the problem.

As a temporary solution, you can add the following custom CSS code under Theme Settings > Custom CSS. Once you update the theme, the issue will be fully resolved.

.e-con.wd-side-hidden {
    --align-self: unset !important;
	overflow: hidden !important;
    overflow-y: auto !important;
}

For more information, you can read the theme changelog here: https://xtemos.com/woodmart-changelog.php

Best Regards,