I placed the user account menu in the menu region as suggested by the screen shot of the theme on the project page. The menu does not show horizontal, nor does it right justify. Did you intend for it to appear horizontal and right justified as the pic indicates?

Please advise as to how to rectify this or if a patch is coming.

thanks

Comments

idcm created an issue. See original summary.

Rajvi.addweb’s picture

Status: Active » Needs review
StatusFileSize
new57.72 KB
new59.25 KB

Hi @idcm, Please review my below-attached code as the solution of your above mentioned your requirements.

Add below CSS code in your custom css file. Please refer attached screenshots.

ul.menu {
   float: right;
}
ul.menu li {
   float: left;
   padding-left: 10px;
}

Please refer attached screenshots.
Thanks!.

bhumikavarshney’s picture

StatusFileSize
new42.51 KB

Hi
Added a patch for this.
Please review
Thanks

Junaid_Nayeem’s picture

StatusFileSize
new280.04 KB

I Have applied above patch in Drupal 8.9. it's not working. Also it breaks the UI. Providing screenshot for reference.

Junaid_Nayeem’s picture

Status: Needs review » Needs work
Junaid_Nayeem’s picture

Status: Needs work » Needs review
StatusFileSize
new452 bytes
new189.41 KB

This patch will fix the issue.
Providing Screenshot for reference.