-
I am trying to create a horizontal submenu but am not having any luck.
I found this post: https://generatepress.com/forums/topic/trying-to-create-right-aligned-horizontal-submenu/#post-2420415
I’ve put this code into my Additional CSS: https://generatepress.com/forums/topic/trying-to-create-right-aligned-horizontal-submenu/#post-2420489
I don’t need it right aligned or anything like that, but irrespective, the CSS doesn’t seem to work to even make my submenu horizontal at all – the CSS seems to be doing nothing.
I’ve included a link to my staging site for reference in the Private Information.
-
Fernando
Hi Skaye,
Can you try adding this through Appearance > Customize > Additional CSS instead?:
.main-navigation ul.sub-menu { display: flex; flex-direction: row; } -
You’re a champion, Fernando.
Works perfectly, thanks.
-
Fernando
You’re welcome, Skaye!
- You must be logged in to reply to this topic.