Forum Replies Created

Viewing 1 replies (of 1 total)
  • I have the solution, just add custom css in your wp “Appereance -> Theme Customize -> Additional css”

    In my case, the class name is “sidebar-container.widget-area.sidebar-secondary” change with your Sidebar Class Name

    here is the code
    .sidebar-container.widget-area.sidebar-secondary{
    order: 1 !important;
    }

    hope this helps..

Viewing 1 replies (of 1 total)