Hello
Sorry to post my question in your forum but you are specialized with Admin stuff so maybe you can help me...
I would like to hide or customize bullet padding displayed in module Admin Feed but don't see how to do... In fact when looking to the code I see this:
<ul class="newsfeed"
...but can't find where is located this newsfeed class in all CSS files of Khepri template or any other files of Joomla..
I have try to modify the code of the module by removing inside file helper.php (located in modules/mod_feed) all stuff related to UL tag...Making like that the UL bullet is always present (can't understand why because I remove the UL code...strange..) but now the padding is really to left side like if is set to 0 pixels (is my goal)...
The problem is for get this result I must modify a core file and is not a good idea...Is probably possible to style this using module class suffix but maybe not... If am not wrong module class suffix permit to style the appearance of a module itself but not appearance of the contain displayed inside...
any idea/suggestions ?
thank