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
Hi Miltos,
You can customize the associated PHP file: root/templates/ja_findus/html/com_content/article/listing-3.php
root/templates/ja_findus/html/com_content/article/listing-3.php
by moving all code under listing sidebar and paste into the main content part.
You also need to change the mockup as well.
@saguaros Yes, but this way is for all screen sizes I think, while I only want for small sizes. Miltos