Pablo wrote: Sun Oct 23, 2022 5:24 pm
You can control the placement of the sub menu via the 'Orientation' property.
The minimum width of the sub menu is 160 pixels (Bootstrap default).
It can only be changed via code:
Code: Select all
.ThemeableMenu1 .dropdown-menu
{
min-width: 160px !important;
}
Hi Pablo... tnx for answering on a sunday
What comes to the placement I've tried the options in the "Orientation property" emptied the cash each time but it remains as is?
I shall test the code... do I change ".ThemeableMenu1" to the object name I have?
Shall it be between the head and head tag