Fabulous. So many thanks. The only thing left now is to fix the height of menu items without submenu options.
andrewwinkler The only thing left now is to fix the height of menu items without submenu options.
To be more precise and avoid confusion/ambiguity in addressing your query, Kindly provide screenshot marked with annotations showing as to how you wish to have them seen
The only remaining problem with the community toolbar now is that its icons are not aligned vertically.
andrewwinkler The only remaining problem with the community toolbar now is that its icons are not aligned vertically.
Try add this to custom.css file and adjust padding value accordingly :
.t3-community-toolbar li > a{padding-top: 25px !important;}
Great! The icons on the left are now vertically centered. However, the preferences and logout icon still are out of line.
Try with this:
.t3-community-toolbar .navbar-right.navbar-login a > .glyphicon { top: -10px; }
and change to the value which suits your need.
Thanks. It's looking great now.