Sidebar location affected by shortcode method(s)

The content in the left column is all generated by a shortcode in a plugin. The sidebar works perfectly everywhere but with this page. I’ve looked through the dom trying to determine what is causing the sidebar to shift to beneath the content (forms) in the left column. I even tried reducing the width of the dynamically generated content.

Any help is appreciated. Thx.

Hi @brocknessmonster,

Thanks for reaching out. I checked your page and it seems like the shortcode is generating the broken HTML markup which is breaking the page’s layout. You can fix this by adding a closed </div> at the end of your shortcodes in the Raw Content element so the HTML markup gets correct.

However you need to take a look at the plugin’s settings or content if there are any missing closed </div> tag and close it to fix the issue properly.

Hope this helps!

1 Like

I was looking at breakpoints and widths. Never thought to check my html. Thanks.

No worries. Let us know if you have more questions.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.