This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: duplicates, horizontal layout stacks

#23141
Ernest MarcinkoErnest Marcinko
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.