Alignment of welcome message in service portal

Sid_Takali
Kilo Patron
Kilo Patron

Hi all,

is it possible to move welcome message to right side? we have a requirement to make it right side of the screen

SiddharamTakali_0-1699357553863.png

 

 

1 ACCEPTED SOLUTION

Peter Bodelier
Giga Sage

Hi @Sid_Takali 

 

Ctrl + Right click the widget, choose Instance i Page Editor

PeterBodelier_0-1699357714343.png

 

Change the CSS

PeterBodelier_1-1699357891630.png

 

h2{
  text-align: left !important;
}

Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

View solution in original post

1 REPLY 1

Peter Bodelier
Giga Sage

Hi @Sid_Takali 

 

Ctrl + Right click the widget, choose Instance i Page Editor

PeterBodelier_0-1699357714343.png

 

Change the CSS

PeterBodelier_1-1699357891630.png

 

h2{
  text-align: left !important;
}

Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.