The problem seems to be flex: none; in user.css on line 185:Change this block to* 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...
Code:
@media (width >= 992px) { .container-header .mod-menu { flex-direction: row; flex: none; display: flex; }}
Code:
@media (width >= 992px) { .container-header .mod-menu { flex-direction: row; flex: fit-content; display: flex; flex-wrap: wrap; }}
** Added flex-wrap: wrap;, I can't seem to find yours...
Statistics: Posted by Mr. Wimpy — Thu Jul 25, 2024 2:28 pm