Actions
Bug #7908
closedTop nav inconsistent height issue
Status:
Resolved
Priority name:
Low
Assignee:
Category name:
WordPress (misc)
Target version:
Start date:
2017-04-04
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
in the attached screenshot, the hight of the top nav bar does not quite match the user listing. It looks like we have some custom user css there (please see attached); can you please help me set up the padding correctly?
Files
Updated by Matt Gold over 7 years ago
sorry -- http://gcdsl.commons.gc.cuny.edu
(this is less pressing than https://redmine.gc.cuny.edu/issues/7907 )
Updated by Boone Gorges over 7 years ago
- Status changed from Assigned to Resolved
- Target version set to Not tracked
I'm not sure what style on your site was causing this - I don't see any custom styles that would have done it - but I added the following, which seems to have resolved the problem:
body #wpadminbar > div.quicklinks > ul > li a { height: auto; }
Please reopen if it's not looking right.
Updated by Matt Gold over 7 years ago
Thanks so much for your help with this, Boone. Back to the old days with assistance on CSS styling!!
Actions