Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 03:42 AM
Hi all,
is it possible to move welcome message to right side? we have a requirement to make it right side of the screen
Solved! Go to Solution.
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 03:52 AM
Hi @Sid_Takali
Ctrl + Right click the widget, choose Instance i Page Editor
Change the CSS
h2{
text-align: left !important;
}
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 03:52 AM
Hi @Sid_Takali
Ctrl + Right click the widget, choose Instance i Page Editor
Change the CSS
h2{
text-align: left !important;
}
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.