By Syabab on Thursday, 23 April 2020
Posted in General Issues
Likes 0
Views 397
Votes 0
Hi,

Can you help me make the button at profile go to bottom right when on smaller screen?
Currently the name become 2 lines.

See my attach file.


Thanks.
You can try this following CSS :


body #es.view-profile .es-profile-header__bd {
display: block;
}

body #es.view-profile .es-profile-header__action-toolbar {
float: right;
}
·
Thursday, 23 April 2020 12:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Works well so far

Thanks Arlex
·
Friday, 24 April 2020 00:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Friday, 24 April 2020 09:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post