web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Suggested Answer

Reduce filter panel width on portal page

(0) ShareShare
ReportReport
Posted on by 270

Does anyone know how to reduce the filter panel width on a portal page?

I know it changes according to screen size but i want to set a maximum width.

pastedimage1599727959927v1.png

I have the same question (0)
  • Suggested answer
    LeoAlt Profile Picture
    16,331 Moderator on at

    Hi Partner,

    We could use Jquery in Entity List to control the filter style.

    For example, I have a filter panel in my support case list page, and I found that its style is controlled by ".entitylist-filter-option-text" class.

    pastedimage1599806353938v1.png

    So we just need to update its style "width" when loading this page.

    I add the following code into entity list and have a try.

    pastedimage1599806540210v2.png

    $(function () {
        var timesRun = 0;
        var interval = setInterval(function () {
            var panel=$(".event-info");
            if (panel.length!=0) {
                clearInterval(interval);
                for(var i=0;i

    It worked well! the panel has updated to 500px.

    pastedimage1599806688711v3.png

    So you could change the filter panel to whatever length you need.

    Best Regards,

    Leo

  • GRedhead Profile Picture
    270 on at

    Hi, thanks for your response but this is not working fro me, i believe i need to somehow change the following to have a max width as it has a max height. I think.

    pastedimage1599811185289v1.png

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
11manish Profile Picture

11manish 91

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 78 Super User 2026 Season 1

#3
Martin Dráb Profile Picture

Martin Dráb 55 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans