Home › Forums › Tutorials and Hints from Users › Layouts for Side by side Logo Image and Menu Bar › Re: Layouts for Side by side Logo Image and Menu Bar
May 29, 2014 at 11:42 UTC - Views: 7
#20219
Moderator
If you read the comment on the CSS, it allows you to get the image full height 🙂
.menu-add-left {max-height:100%; margin:0px !important; padding:0;} /*allows the menu add area to expand with the image*/
.menu-add-left img {max-height:100% !important; max-width:100%;} /*allows the image itself to have its full size*/