In wide browser windows, the "Off Canvas" menu button is appearing together with main menu (view the red circle in the 1st uploaded image). I would like it to be hidden and only show up when main menu collapses, as in the original demo version of the template, also because it might maybe limit the width of the main menu. (view the red circle in the 2nd uploaded image and the 3rd uploaded image) I have hidden the original "Submit Property” button by CSS changes and I have done some other changes to main menu Css (not much actually). I have also turned off the default Bootstrap collapse navigation in Navigation tab in Template settings. I have tried a lot of different things but I can’t find the solution. Thanks for helping!
1omegazip Hi Add this code in /css/custom.css file to hide it
@media (min-width: 991px){.off-canvas-toggle { display: none;}}
Ninja I have added the code but it doesn't work
Ninja Add this code in /css/custom.css file to hide it @media (min-width: 991px){.off-canvas-toggle { display: none;}}
No change only add above code in custom css and it work fine.
Now it works. Have you changed anything?
Thx Ninja That's what I did but first it didn't work. I tried everything I know like deleting Joomla and browser cache, Global Check-in, module check-in... And it still didn't work. Then the day after working on other things at one point it worked. That's why I asked you, if you had done some change to make it work.
1omegazip Kindly clear browser cache might be the css cache in your browser and not loaded it working fine now http://prntscr.com/1x9mx30
THank you Ninja !