Skip Navigation
Help with responsive menu layout
  • I'm not entirely sure what behavior you're trying to achieve with the hard-coded heights. Can you describe how you want the menu to behave? I do think it's very doable in pure CSS without any magic numbers.

    If your goal is just to make sure the menu creates the right number of "columns", you should try using display:grid instead of flex. It gives you much more control over that kind of layout, and you can set it up to automatically fill the available area with columns of constrained width. You can then also have items populate vertically instead of horizontally (grid-auto-flow:column).

    Other stuff that seems weird to me - why set the height to 10,000px? Also, if the menu links just take you to anchors lower down on the page, consider using the :target pseudo-class so that only the selected one is shown, the rest can be display:none.

  • What kind of content do you want to see on the NYC Kbin magazine?
  • I’m more interested in personal takes than posted news articles. Food is always a good way to get people talking, but I’d also like to see upcoming cultural events, Meetup/club recommendations, or opportunities to volunteer for good causes. Stuff that I could search for, sure, but I’m more likely to follow up on a real person’s recommendation vs some aggregator listicle.

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RO
    RobotDrZaius @kbin.social
    Posts 0
    Comments 7