Kunena-Forum
Kunena-Forum copied to clipboard
Apple Safari styling fails with media statement
Describe the bug The kunena file template.css or template.min.css has the following entry selector:
@media (width >= 992px) { .container-header .mod-menu { flex-direction: row; flex: 1; display: flex; } } Safari does not recognize the width >= and bypasses the entire selector. Changing selector to this format and the selector works. @media (min-width: 992px)
Joomla version: 4.4.1 Kunena version: 6.2.1 Php version: 8.1.25 Database version: 10.5.21-MariaDB
Desktop (please complete the following information):
- OS: iOS Ventura
- Browser Safari
- Version 17
This issue is stale because it has been open 30 days with no activity.
Kunena uses only fixed operator like: @media (max-width: 320px) {
So im closing this issue