- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2018 03:48 AM
Morning All, I was wondering if someone might be able to answer what is hopefully a very simple question. Being new the Service Portal design I was wondering if there was a way to stop a widget from moving on the page. For example i have a 12 width container which is not populated with any widget, then below this I have a 9 by 3 directly below this with a widget in the right hand section which simply contains text. However when I preview the page the widget moves to the top of the page, I effectively want to FIX it in place so it displays exactly where I have put it on the page. Any ideas/assistance greatly appreciated.
Solved! Go to Solution.
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2018 04:14 AM
Hi Richard,
This occurs because the 12 width container is empty. What I would recommend doing instead is adding padding to the top of the container with text that you want to remain stationary. You can use the following CSS Classes in the class boxes in the container info (same area pictured above)
padder-t, padding-top-s, padding-top-m, padding-top-lg, padder-t-lg, padder-t-xl
If this doesn't provide enough spacing, you can set this manually with CSS.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2018 03:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2018 04:01 AM
Hi Omkar, thanks for coming back to me so quickly, unfortunately this is already set, like you, I thought this would resolve the issue but it hasn't had any effect

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2018 04:20 AM
Hi
Then you need to make changes in the Widget itself.
Make configurations in your CSS to acheive this functionality.
Mark correct if it helps.
Regards,
Omkar Mone
www.dxsherpa.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2018 04:14 AM
Hi Richard,
This occurs because the 12 width container is empty. What I would recommend doing instead is adding padding to the top of the container with text that you want to remain stationary. You can use the following CSS Classes in the class boxes in the container info (same area pictured above)
padder-t, padding-top-s, padding-top-m, padding-top-lg, padder-t-lg, padder-t-xl
If this doesn't provide enough spacing, you can set this manually with CSS.