Okay if you want to make it as fixed height then use this CSS :
.mobile-facets__inner{
height: 75%;
}
A user is experiencing display issues with the mobile filter and sort sidebar on their TemplateMonster Body Builder theme (iPhone 15 Pro Max). The problems include:
Main Issues:
Attempted Solutions:
.custom-position-bottom-left z-index caused the language switcher to move behind other elements.mobile-facets__inner to 75% height reduced size but didn’t resolve the sliding animation issue!important flag for heights below 479pxCurrent Status:
The discussion remains unresolved. While the height adjustment partially worked, the sliding effect and currency overlap persist. The user is considering removing the overlay filter menu entirely on mobile due to ongoing frustrations. Screenshots were provided but video demonstration wasn’t possible on the platform.
Okay if you want to make it as fixed height then use this CSS :
.mobile-facets__inner{
height: 75%;
}