How do you put a static page in a category menu? It only lets me put categories and entries within categories. Can you tell me how I can put a page inside the menu?
It appears to me like that, and I want it to appear just below the Córdoba CF category
Maybe try something like this example below
Default – https://www.screencast.com/t/CVHUJtJzyb
With a code – https://www.screencast.com/t/sqnKITtRqp
This is what I used, you can modify it if needed
.td-mega-menu .menu-item-object-page {
width: 218px!important;
text-align:right;
margin-top: -15px;
background-color: #fafafa;
border-right: 1px solid #eaeaea;
}
.td-mega-menu .menu-item-object-page a{
padding: 5px 22px!important;
}
Nothing happens? I could take a look at this first hand, provide a link to the website where this menu item is located.
Maybe the code has to be modified in your case. In my test I added a sub-menu page below a menu item that is a mega-menu with sub-categories
– https://www.screencast.com/t/8dvXWOq9h
I believe that is how you did it so it should work or at least something should change.