Quote from
Vadim on November 6, 2021, 8:54 pm
@palamar @roccocogliano
If I understood the question correctly, then yes, this possibility exists. For example, you can see such a appearing list in my project: https://orgpsiholog.com/mp
On the Styles tab of my project properties, I have this written down:
#Dropdown5 ul.dropdown-menu{
min-width: 50px; /*width of the opening list*/.
margin-left: -50px; /* indent left */
margin-top: -192px; /* indent at top*/
}
#Dropdown4 ul.dropdown-menu{
min-width: 50px;
margin-left: -50px;
margin-top: -192px;
}
#Dropdown3 ul.dropdown-menu{
min-width: 50px;
margin-left: -50px;
margin-top: -192px;
}
#Dropdown2 ul.dropdown-menu{
min-width: 50px;
margin-left: -50px;
margin-top: -192px;
}
#Dropdown1 ul.dropdown-menu{
min-width: 50px;
margin-left: -50px;
margin-top: -192px;
}
p {
white-space: normal;
}
@palamar @roccocogliano
If I understood the question correctly, then yes, this possibility exists. For example, you can see such a appearing list in my project: https://orgpsiholog.com/mp
On the Styles tab of my project properties, I have this written down:
#Dropdown5 ul.dropdown-menu{
min-width: 50px; /*width of the opening list*/.
margin-left: -50px; /* indent left */
margin-top: -192px; /* indent at top*/
}
#Dropdown4 ul.dropdown-menu{
min-width: 50px;
margin-left: -50px;
margin-top: -192px;
}
#Dropdown3 ul.dropdown-menu{
min-width: 50px;
margin-left: -50px;
margin-top: -192px;
}
#Dropdown2 ul.dropdown-menu{
min-width: 50px;
margin-left: -50px;
margin-top: -192px;
}
#Dropdown1 ul.dropdown-menu{
min-width: 50px;
margin-left: -50px;
margin-top: -192px;
}
p {
white-space: normal;
}