@joaograma said in Primary and Secondary Menu:
After fully understand how to deal with primary menu, I am now trying to create a secondary menu to each different category of my photography portfolio. The ideal situation would be to open a list of my projects under the primary menu, like you can see here https://ritalino-commissioned.com/. My first question is, is this possible with lay theme? and if so, how can I do it?
So i looked at that website and its pretty cool
What about just having a text element on each category page that contains links?
second question is, how can i have my primary menu set on 2 lines instead of just one. I think I might need to work on CSS, but I am not sure, would rather hear some opinions before messing it up. :)
maybe try to set a css class to one menu point+
https://www.lockedownseo.com/add-css-classes-to-menu-items-in-wordpress/
and then use that class for example:
.myclass::before {
content: "\A";
}
https://css-tricks.com/injecting-line-break/
like u could try and google for "do a line break with css" and try different things