Hi @throm17,
Can you please clarify what issues do you have?
Please attach screenshots of this issue and let us know what you are trying to achieve.
Regards.
Hi @ultimatemembersupport,
I have this result : https://francecasting.fr/wp-content/uploads/2019/08/1236.png
And i want this issues : https://francecasting.fr/wp-content/uploads/2019/08/12367.png
I get this result with this code :
element.style {
top: 50px;
width: 300px;
left: -20px;
right: 0;
text-align: center;
display: block;
}
But i don’t know how to change the parameters for mobile version.
I tried this code :
@media only screen and (max-width: 800px) {
#um-dropdown{
top: 50px;
width: 300px;
left: -20px;
right: 0;
text-align: center;
display: block;
}
@media only screen and (max-width: 800px) {
.div.um-profile-edit{
top: 50px;
width: 300px;
left: -20px;
right: 0;
text-align: center;
display: block;
}
}