Page 1 of 1

[SOLVED] Inactive hamburger menu/Non-resizing logo image

Posted: Mon Jun 30, 2025 7:37 am
by phpconsult
I am working on an OpenCart (v. 4.1.0.3) upgrade for one my customers. I'm nearing completion, but now I'm stuck with the following issues:
1. The hamburger menu, used on mobiles, isn't working. I went through all the related tips & tricks supplied by OC, but to no avail.
2. The logo image should line out with the page, i.e. it should have the same width. However, in desktop mode, it remains small. It does line out in mobile mode.

The url of the site is: https://web80.junda.nl/~toolstou/. If you lower the browser width sufficiently, the hamburger menu will show up and the logo image has the proper width.

Can anyone help me?

Re: Inactive hamburger menu/Non-resizing logo image

Posted: Mon Jun 30, 2025 3:56 pm
by ADD Creative
1. You are missing the catalog/view/javascript/bootstrap/js/bootstrap.bundle.min.js file from footer.twig.

2. The div above #logo have columns set.

Re: Inactive hamburger menu/Non-resizing logo image

Posted: Mon Jun 30, 2025 6:53 pm
by phpconsult
That did the trick . Many thnx. One more question. There is quite a lot of space between the footer and the rest of the page. How can I diminish that?

Re: Inactive hamburger menu/Non-resizing logo image

Posted: Mon Jun 30, 2025 10:10 pm
by ADD Creative
Reduce the padding-bottom: from 400px for #content.

Re: Inactive hamburger menu/Non-resizing logo image

Posted: Tue Jul 01, 2025 8:01 pm
by paulfeakins
phpconsult wrote:
Mon Jun 30, 2025 6:53 pm
One more question.
Usually it's one question per topic.