Site logo

Archived topic

widgets position

5 replies · Started by Loïc on October 29, 2021

Viewing posts 1–6 of 6

I need to have search widget at the top of the right menu (before secondary navigation). Thanks

Hi there,

add this CSS:

.inside-right-sidebar {
    display: flex;
    flex-direction: column;
}
.inside-right-sidebar .widget_search {
    order: -1;
}

Thanks but it is not a box anymore. Is it possible to have the same design as before ?

I am not sure what you mean - can you share a screenshot of the problem?

ok thanks

Did you fix the issue ?

This archived topic is closed to new replies.