Home › Forums › Product Support Forums › Related Posts Pro for WordPress Support › duplicates, horizontal layout stacks › Reply To: duplicates, horizontal layout stacks
June 13, 2019 at 12:23 pm
#23141
Keymaster
Actually, yes, that does stack for some reason. I suspect that the container does not expand correctly as it should.
Maybe try this custom CSS:
.wpb_widgetised_column #sidebar {
width: 100% !important;
}
I have a feeling that this may do it.