Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 2190

Templates for Joomla! 4.x • Re: Wrap Main Menu

$
0
0
The problem seems to be flex: none; in user.css on line 185:

Code:

@media (width >= 992px) {  .container-header .mod-menu {    flex-direction: row;    flex: none;    display: flex;  }}
Change this block to

Code:

@media (width >= 992px) {  .container-header .mod-menu {    flex-direction: row;    flex: fit-content;    display: flex;    flex-wrap: wrap;  }}
* Changed flex: none; to flex: fit-content so the arrows remain with the menu-item.
** Added flex-wrap: wrap;, I can't seem to find yours...

Statistics: Posted by Mr. Wimpy — Thu Jul 25, 2024 2:28 pm



Viewing all articles
Browse latest Browse all 2190

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>