Home Forums WoodMart support forum Searchresults: Do not shows Widgets in the sidebar Reply To: Searchresults: Do not shows Widgets in the sidebar

#441423

Hello,

Sorry to say but as far as we are visiting your Site, the Shop page sidebar is showing all the Widgets and the Product categories widget is appearing fine too: https://snipboard.io/jTmyQB.jpg

Regarding the Search result page layout concern, we have noticed that the Filter widgets in the sidebar have the max width assigned of col-3 which is why they are appearing as messed up because according to Bootstrap col-3 they are getting the max-width as 25%.

So, we have applied the following Custom CSS on your Site to increase the width of the Sidebar on the search result page:

.elementor-53543 .elementor-element.elementor-element-7133a1a .wd-widget.filter-widget {
    max-width: 100% !important;
}

Location to find Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> there you can find the CSS pasted.

Please check back your Site after completely clearing the browser and server cache.

Best Regards