Sidebar is appearing at bottom of page since latest upgrade.
I’ve turned off all plugins to check for conflict, sidebar still appears when it should not specifically the https://www.gorgeconnect.com/activity/ page where no sidebar option has been selected.
Thanks for looking at it.
I added
.responsive .container {
max-width: 100%;
display: none;
}
to the custom CSS and it cleared it, but this has never been displayed in previous versions. Adding this CSS also clears out the header menu so this not the solution but its on the right track.
Issue Resolved