Reply To: Hide sidebar in woocommerce search results page

Home Forums Support Hide sidebar in woocommerce search results page Reply To: Hide sidebar in woocommerce search results page

Home Forums Support Hide sidebar in woocommerce search results page Reply To: Hide sidebar in woocommerce search results page

#165403
Daniel

The sidebar seems to dissapear but the width of the div has this class applied:
.masonry .grid-sizer, .masonry .masonry-post {
width: 33.333%;
}
so it doesn’t fill the full width. I suppose I can change it using css but is there another workaround?