In Drupal 8, how do you change a menu so that it displays horizontally rather than vertically, e.g., the Account Menu?

Comments

VM’s picture

inspect current CSS and override with your own.

tjtj’s picture

I am using zymphony as a theme, and have looked at all its files, and cannot find the css place that does this. It app[ears to be set in one of the files in sites/default/files/css, but I do not know where they come from.

Jeff Burnz’s picture

Turn CSS aggregation off and use the code inspector in your browser, you can find this information in 5 seconds.

tjtj’s picture

I did not know about CSS aggregation, and it did take 5 seconds instead of a day.

Jeff Burnz’s picture

Great! Normally I'd say something like "in a jiffy" but you never know what languages people speak, I assumed 5 seconds was about equal to one jiffy :)