Hi
How can I make the info sidebar appear between intro and main article? It is strange to the user that the general information appear before the title, it makes no sense. The user should first understand what they are seeing.
In a similar case in the template "Trip" I used this:
@media (max-width:991.98px) {
.listing-sidebar {
order: 2!important;
}
}
), but here it does not work.
Miltos