Home › Forums › Theme support › Order of Menu Items, Justice Theme › Reply To: Order of Menu Items, Justice Theme
Hi,
when the problem disapper after deactivation of the plugin, then there was a problem with the plugin, not with the theme.
Responsiveness
I found some custom css code in the source code of the theme, for example this:
#page-sidebar-no-sidebar {
width: 1180px !important;
}
It looks like was insert also by the Uber menu, because some lines above the code we found this:
<!-- UberMenu CSS - Controlled through UberMenu Options Panel
================================================================ -->
The code / plugin destroy the theme, so it’s better to delete it, maybe it’s working then.