Hamburger menu disappeared upgrading to 1.0.3. Please see https://malarscouterna.se. Workaround is to remove searchbox from position-0. Please advice.
magnus-hasselquist
You can try this custom CSS code:
@media (max-width: 992px) { .navbar .navbar-form.span3 { width: 86% !important; } }
saguaros
Is it in the custom-styles.tpl.css? .../ Custom color for collapse menu /... Next Line starts with @media (max-width: 992px) Where i have to insert the suggested code?
Thanks,
Good enough! (see screenshot)
You can reduce the width value to suit your need.
Sorry, i'm a beginner! There is no custom.css in the Simpli-Template by default!
https://www.joomlart.com/forums/topic/ja-simpli-has-a-custom-css-file-by-default/
I created a custom.css with saguaros' code and now it works! :-) The Hamburger menu appears...
mafi Hi. Great to hear that. So issue appears to be solved. Closing this thread now.