.ehPortal_th {
display: table-cell;
text-align: center;
}
.ehPortal_thead {
display: table-header-group;
}
.ehPortal_tbody {
display: table-row-group;
width: 100%;
}
Quote from: Chen Zhen on August 23, 2026, 02:35:24 AMQuote from: Dave on August 20, 2026, 09:46:50 AMChen I have checked and updated all the Crip themes where the footer is inside the footerfix, if you check WhiteBox now you'll see that it's as it should be. I've also installed the latest EHportal again to check
Oh? Those themes have a border around all pages that includes the footer so I understood it to be by design.
If it's adjusted a bit now so that mods attempting to control the footer CSS do not adjust other things than that sounds good.
It's not really those themes that are an issue.. it's my blundering attempt to use CSS for a certain all around appearance using EhPortal that conflicts with some themes. I need to scrap it and go with something simple that doesn't alter too much other than the portal HTML itself (blocks/pages).

.ehPortal_tbody, .ehPortal_thead, .ehPortal_th {
display: flex;
flex-direction: column;
}
.ehPortal_tbody, .ehPortal_thead {
display: table-header-group;
/* flex-direction: column; */
}
.ehPortal_th {
display: table-cell;
}
Quote from: deansmar on August 25, 2026, 05:23:14 AM2. Admin -> Ehportal -> Article -> Article List & Page List
The headers probably need to be looked at..!
3. Admin -> Ehportal -> Block List -> Edit Block -> Custom Permissions
The headers probably need to be looked at..!