This question is locked. New answers and comments are not allowed.
I have the following item in a menu. The image is centered but the text appears aligned to the top. I have added the HTML Attribute of vertical-align: middle to no avail. I feel like this should be really simple, so what am I missing?
Thank you!
@{Html.Telerik().Menu().Name("RibbonBar").Items(menu =>{ menu.Add().Text("Standard Sets").HtmlAttributes(new { style = "vertical-align: middle;" }) .ImageUrl("~/Content/Common/Images/Icons/office_folders.png") .ImageHtmlAttributes(new { style = "width: 24px; height: 24px;" })}).Render();}Thank you!
