Link to home
Start Free TrialLog in
Avatar of Jean-Pol Dupont
Jean-Pol Dupont

asked on

Mega menu dropdown problem with bootstrap 4

I try to reproduce  this BS 3 design, in Bootstrap 4.

The following Codepen https://codepen.io/dujp/pen/bYLdyX/ is where I arrived (drop down with 2 columns), helping me tutorials on the net.

I have two problems:

  1. This design is not responsive (the two columns of the dropdown should be placed under each other on small screens)
  2. I would like the megamenu to occupy the full width of the navbar, as on the BS3 example, and be responsive
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

> This design is not responsive (the two columns of the dropdown should be placed under each other on small screens)

On the example I saw https://codepen.io/dujp/pen/bYLdyX/ clicking on the hamburger menu for a small screen does as expected.

Let's work on just one item and you can create a new thread for the other.
ASKER CERTIFIED SOLUTION
Avatar of Jean-Pol Dupont
Jean-Pol Dupont

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jean-Pol Dupont
Jean-Pol Dupont

ASKER

As no one answered, I searched again and with the help of someone who offered to put "position: static" on <li>, I was able to correct my codepen successfully.