Css Changes After Upgrade - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Css Changes After Upgrade

MS

Martin Seidl

Template 2 years ago

Hi Team I use hope template and I upgradet everything to Joomla 4. In Joomla 4 everything is ok but the the bottom menus are not in float setting, they are in one line so to say. see image https://snipboard.io/bp5zFq.jpg

I compared the template and module settings, it is all the same as in Joomla 3....what's wrong?

https://fliegenpilz.alfahosting.org/

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #116545

Hi

Thanks for contacting us. Use this custom CSS

ul.nav.menu {
    flex-direction: column !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

-Regards.

0
MS
Martin Seidl
Accepted Answer
2 years ago #116549

this helped thnx!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #116620

You are always welcome.

0