below the resolution of 767px, the filter entry is compressed and closed under the button. How can I make it behave like a desktop so that I can style the responsive adjustments myself?
Hi ernst-volny-cz
It looks like you customized a lot for this filter, could you share screenshot of how it should be in small screen?
yes it is very customized. I would need it to not change below 767px
ernst-volny-cz It's hard to help when you already customized this much. Pls try to use media queries to customize style for different screen sizes.
I know all this. I just need advice on the best way to turn off your responsive features
ernst-volny-cz You can open the file:
/components/com_jamegafilter/assets/css/style.css
Look for all declaration with media queries like:
@media (max-width: 768px) {...} @media (max-width: 640px) {...} @media (max-width: 480px) {...}
Thanks for the info, I adjusted it as needed. I originally thought that the javascript was also involved, but you were right, it was only in the css
maybe it would be a good idea to turn the responsive off in the component
ernst-volny-cz It would be hard as most of our customers need it 🙂 You can disable on your site specific.