Home > Software engineering >  Icon, search bar not showing on magento header
Icon, search bar not showing on magento header

Time:12-27

I am working on a magento2 website, suddenly i noticed that cart icon and search bar disappeared and my menu get disorganized and unclickable. I have run the following command but still not working.

php bin/magento indexer:reindex
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

but all not working

can anyone help, here is the website https://micserah.com

CodePudding user response:

Check your store view in System>Configuration>Design>Themes and see what it says there as the templates and layout name (not to be confused with system>design). Make sure it says default/modern or just modern.

CodePudding user response:

I have reviewed your site. So this is designed issues. This is the class "hidden-sm hidden-xs " it's overflow and the same issues in the mini cart and Search icon.

enter image description here

enter image description here

  • Related