When publishing Mosets Tree directory component (versión Joomla 4) in JA Company template the menu gets modified, like it was published vertical. Everything else works fine. Please advice solution.
Hi cruzricardo, I have added the following CSS code to the /templates/ja_company/css/custom.css file and the menu showing well now.
.navbar-nav { flex-direction: row; }
Thank you Dominic... that issue is solved.
Now there is another problem...all the content from Mosets Tree inside JA Company template is stretched vertically... not a component issue, but template related (see how the component shows correctly in Cassiopeia Joomla 4 template)
Problem (JA Company) https://www.ricardocruz.com/directorios/organismos-laicales
Correct (Cassiopeia) https://www.arquidiocesisdehermosillo.org/directorios/organismos-laicales
Please advice.
You can try this custom css rule:
.listing-summary .summary-view-image img {height: auto;}
saguaros
Thank you Saguaros, didn't work. Another suggestion?
Maybe cache from your browser?
Yes, my mistake... now everything is working perfectly. Thank you.