cancel
Showing results for 
Search instead for 
Did you mean: 

How to align the Object Page Header Title to the center

I want to bring the title to the center. I used ObjectPageDynamicHeaderTitle under ObjectPageLayout for defining the title. I didn't find any property to do so. How can I achieve that?

Accepted Solutions (0)

Answers (2)

Answers (2)

jorge_cabanas
Participant
0 Kudos

Hi,

I guess that in SAPUI5 you can custom some css without problems

PD: Can you provide me any link where FIORI guidelines are?

former_member637006
Discoverer
jorge_cabanas
Participant
0 Kudos

Hi,

1. Open the console (F12 en Chrome)
2. Select the element in the DOM
3. Fiddle with the CSS Properties until you get it
4. Create a new CSS class with the right properties
5. Apply this CSS class to your element

Sometimes SAPUI5 default classes are not enough, create your own

0 Kudos

Hi,

I don't have much idea but I was told that changing css properties violates fiori guidelines. Can you throw some light into that?

Regards

Debojit