Skip to main content
Community site session details

Community site session details

Session Id :
Power Pages - Power Apps Portals
Unanswered

How to resize width of column for Entity List in power apps portal

(0) ShareShare
ReportReport
Posted on by 121

Hello,

 

I have created an Entity list in the power apps portal, which has around 20 columns in it.

When I am showing that Entity list on the web page, the width of the column is getting auto-adjusted and hence it looks clutter.

Please refer to the below screenshot.

111.PNG

I want the week column width to show the week data complete in a single line like 'Dec 21 - Dec 27'.

 

Quick help is really appreciated!!

 

Regards,

Pranesh

  • H V Profile Picture
    1,510 on at
    Re: How to resize width of column for Entity List in power apps portal

    Hi @praneshJ 

    There is OOB feature to set width of Entity List in PowerApps Portals.

    • Go to Portal Management App -> Entity List -> Open you entity list record
    • There will be "Options" tab
    • Under "Options" tab, Grid Configuration Section will be available
    • In the Override  Column Attributes, select your attribute and give width in percent or pixel

    EntityListColumnWidth.png

     

    For more information, please refer below blog:

    https://www.tachytelic.net/2020/01/power-apps-portal-change-column-headings-widths-entity-list/

     

    --------------------------
    If you like this post, give a Thumbs up. Where it solved your query, Mark as a Solution so it can help other people!

  • ragavanrajan Profile Picture
    7,036 Most Valuable Professional on at
    Re: How to resize width of column for Entity List in power apps portal

    Hi @praneshJ , 

     

            You can achieve this by adding custom css in your app. Here are the steps for you. 

     

    1. Login to powerapps > Edit your app > From the left panel > pick the  Themes > add new file. In my case custom.css.  Please see below picture. 

     

    ragavanrajan_0-1599809626724.png

     

     

    2. In your custom.css . Assuming your column is in the first position I have used ":first-child". 

     

     

    .table>thead>tr>th:first-child {
     width: 38% !important;
    }

     

     

    If it is in different position you can use nth child (number) > Replace my (:selector) part . Some references for you

     

    https://www.w3schools.com/cssref/sel_nth-child.asp 

     

    3. Once you have added that you need to press "Sync configuration" and "Browse Website" 

     

    Hope it helps. 

     

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Lucas001 Profile Picture

Lucas001 60 Super User 2025 Season 1

#2
Fubar Profile Picture

Fubar 55 Super User 2025 Season 1

#3
surya narayanan Profile Picture

surya narayanan 35