After Updating Joomla the Layout doesn't fit anymore. Any suggestions how I can fix the layout? Some Modules are under each other and not next to each other anymore.
https://bcd-niedersachsen.de/
Hi
Not sure if you face the same issue with this guy or not: https://www.joomlart.com/forums/d/49051-template-crash-after-joomla-update/4
You can this way: 1/ Go to Backend >> System >> Site template styles >> edit JA GameX >> Global settings >> disable CSS Optimization option and see how it goes 2/ If it fixes the layout issue, then there maybe a conflict with one of 3rd party extension on your site.
CSS Optimization
thx. I did a new install, now it works, but I don't know why. I did not change a thing.
I have another question.
How can I delete the arrows in the Menu next to submenus? Like next to Unser Verein / Bilder / (under) Archiv ?
You can use this custom css to hide it:
.t4-megamenu .dropdown-menu-inner .dropdown-toggle .item-caret {display: none;}