This is a migrated thread and some comments may be shown as answers.

Trim icon space.

1 Answer 24 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Anly
Top achievements
Rank 1
Anly asked on 16 Jul 2013, 01:55 AM
Hellow

I am not adding an imageurl to radmenu items. But there is some space dedicated for rendering the menu icons. How can I trim these spaces?

Thanks
Anly

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 16 Jul 2013, 04:46 AM
Hi Anly,

Try overriding the default CSS as follows.

CSS:
<style type="text/css">
    .RadMenu_Default .rmGroup
    {
        background-image: none !important;
    }
         
    .RadMenu .rmGroup .rmText
    {
        padding: 0 5px 0 5px !important;
    }
</style>

Thanks,
Princy.
Tags
Menu
Asked by
Anly
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or