Hello Pavel,
I appreciate your prompt response.
It seems you might be onto something regarding browser support on my iPad, specifically the Air 2 model from 2014. Despite testing various browsers such as Safari, Edge, Chrome, Firefox, and Opera, I haven't been successful with version 4.4.1; however, they work fine with 4.4.0.
I've also attempted integrating some older code into my new user.css file, like:
css
Copy code
@media (min-width: 992px) {
.navbar-expand-lg {
flex-wrap: nowrap;
justify-content: flex-start;
}
}
Unfortunately, this doesn't appear to be effective, and I still observe the new syntax taking precedence. It's possible I may be implementing it incorrectly.
If you have any additional suggestions or guidance to offer, I would greatly appreciate it.
Thank you for your assistance.
Best regards,
Yusuf Ali
I appreciate your prompt response.
It seems you might be onto something regarding browser support on my iPad, specifically the Air 2 model from 2014. Despite testing various browsers such as Safari, Edge, Chrome, Firefox, and Opera, I haven't been successful with version 4.4.1; however, they work fine with 4.4.0.
I've also attempted integrating some older code into my new user.css file, like:
css
Copy code
@media (min-width: 992px) {
.navbar-expand-lg {
flex-wrap: nowrap;
justify-content: flex-start;
}
}
Unfortunately, this doesn't appear to be effective, and I still observe the new syntax taking precedence. It's possible I may be implementing it incorrectly.
If you have any additional suggestions or guidance to offer, I would greatly appreciate it.
Thank you for your assistance.
Best regards,
Yusuf Ali
Statistics: Posted by Yusuf_Ali — Thu Dec 14, 2023 9:45 am