Comments 5Steve started the conversationMarch 23, 2020 at 2:29amHi I have noticed an issue when viewing the WooCommerce Shop page with a left side bar, when I do a search, the results in the product loop get pushed all the way down below the sidebar due to a big right margin caused by this CSS:@media only screen and (min-width: 1000px) .post-area.masonry.span_9, .single-portfolio .post-area.span_9, .post-area.span_9, body[data-ext-responsive="true"] .post-area.masonry.span_9, body.search.material .span_9, body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid {margin-right: 4%;}I used the following to fix this:@media only screen and (min-width: 1000px) { .post-area.span_9.col_last { margin-right: 0!important; }}Steve 8,992Tahir repliedMarch 23, 2020 at 6:39pmHey Again,Yes this is a known issue and will be fixed in upcoming updates. Best ThemeNectar Support Team Sign in to reply ...
Hi I have noticed an issue when viewing the WooCommerce Shop page with a left side bar, when I do a search, the results in the product loop get pushed all the way down below the sidebar due to a big right margin caused by this CSS:
@media only screen and (min-width: 1000px)
.post-area.masonry.span_9, .single-portfolio .post-area.span_9, .post-area.span_9, body[data-ext-responsive="true"] .post-area.masonry.span_9, body.search.material .span_9, body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid {
margin-right: 4%;
}
I used the following to fix this:
@media only screen and (min-width: 1000px) {
.post-area.span_9.col_last {
margin-right: 0!important;
}
}
Steve
Hey Again,
Yes this is a known issue and will be fixed in upcoming updates.
Best
ThemeNectar Support Team