Hello everyone, first time here, nice to meet ya all!
I have a simple CSS issue which i just can’t sort out, no matter what i tried.
On my site (http://principiuldivin.md) the mobile drop-down navigation menu is displayed until the browser width is 767px, while the regular GUI horizontal navigation menu is hidden:
Starting with browser width of 768px the mobile drop-down menu gets hidden and the regular GUI horizontal navigation menu is revealed.
I would prefer the mobile drop-down navigation menu displayed until the browser width is 1000px, and only starting with 1001px width the mobile drop-down navigation menu replaced with the regular GUI horizontal navigation menu.
I kindly ask if anyone could have a look to point me to the right direction.
I will not include the CSS code here since it can be found in page code. Just wanted to mention that presumably 2 CSS files are involved in this issue, one is principiuldivin.md/templates/fontaine_j25/warp/css/responsive.css and another one is principiuldivin.md/templates/fontaine_j25/css/responsive.css and this is another issue i faced, since i am not really sure which one to edit.
Thanks lasjorg! It seems to be exactly what i need, except that for some reason starting with 768px width neither the mobile drop-down or regular navigation menu is visible, that is the exact strange issue i encountered as well, please see here: http://whatismyscreenresolution.net/multi-screen-test?site-url=http://principiuldivin.md/&w=768&h=1024 don’t forget to click on refresh button when device screen larger than 767px is set.
I didn’t even notice it was Joomla. I really don’t know too much about Joomla unfortunately but looking at the DOM the #header-responsive element is completely missing on first load at that screen size. Looking in the template.js file I see this.
You may also want to add any changes to CSS in the custom.css file as that is loaded after all other CSS files. But then again having the media queries located where you would logically expect them to be in the other CSS files would probably be preferred.