10.10.2022, 06:21
You can use this CSS to display all elements in a row (manual placement is ignored) inside a certain widget. Then you can combine it with show/hide script.
Code:
#widget-5 > div.item {
position: relative !important;
top: auto !important;
left: auto !important;
right: auto !important;
bottom: auto !important;
float: left;
margin: 5px;
}