CSS - editing the ul.dropdown-menu.usermen

Re: CSS - editing the ul.dropdown-menu.usermen

by Mary Evans -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Hi Luan,

I answerd this earlier thinking you had made a spelling error in the usermenu calling it usermen!

After uploading Adaptable into my Mooslw 3.5 test server, I realised it was correct spelling in this case!

OK...having played about with the CSS I came up with this which appears to work on my system at least!

Here is the CSS...and this is all you need. 

.dropdown-menu.usermen {
    margin-left: 0;
    position: absolute;
    right: 0;
    left: 10%;
    top: 23px;
    width: auto;    
    min-width: 150px;
}

This is what it looks like...

Hope this helps?

Cheers

Mary