Question
4
Replies
3270
Views
Cognizant Technology Solutions
Posted: April 11, 2017
Last activity: April 13, 2017
Closed
How to Change the alignment of the field inside a Bar/Collapsible Container Header in Pega 7.2?
How to reproduce:
1. Drag a Dynamic layout and in the General tab check "Display header and title"
2. Enter a Title and choose a Header type as Bar/Collapsible
3. Check you will see a Field will be visible to the extreme right of header
How to make the header left aligned? I didn't see any option in the skin rule.
Problem mentioned in the attached image: Header Label Position
Please help me asap as customer is after me!!!
Hi,
I followed your step and reproduced the scenario in my Pega 7.2.2 system.
I used F12 Developer Tools and captured styles of that field (added at the right of header).
It was ".header-title-table" which had property values: "float: right" and "text-align: right;"
I changed it to be "float: left" and "text-align: left;". Then the field was moved to the left side.
Please check my attached three snapshots.
Thanks,
Susan