How can I alter the style of my dropdown menu?

Hi everyone,

My website is pulsedevice.com and it used the Dawn Theme. I recently stumbled upon a website that had a different looking dropdown menu than mine. Their dropdown menu appears horizontally whereas mine appears vertically. How do I change mine to this style?

Hi @epoll24 ,

Go to Assets > base.css and paste this at the bottom of the file:

header-menu>details {
	position: static !important;
}
header-menu .global-settings-popup {
    width: 100% !important;
    left: 0 !important;
    display: flex !important;
    justify-content: center !important;
}

Hope it helps!

Hello, Epoll24.

What I know from dawn is that you can change it to look like this

but it doesn’t seem that the menu becomes exactly how you want, which I assume that actually can only be a achieved by getting a developer’s assistance