- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2017 03:13 AM
I have an order guide containing multiple request items on the service portal.
some customers have asked if the included items and submit button can follow the window as they scroll down the screen.
is this possible?
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2017 06:17 AM
Ideally you would create a custom CSS class for the widget, but the quickest path to making this change using stock pages, widget, etc is as follows:
Modify the page on which the order guide appears, such as 'sc_cat_item_guide':
In the Service Portal Configuration > Design interface open the page 'sc_cat_item_guide'
Click on Edit Page Properties
Update the page specific CSS as follows:
.col-sm-3
{
position: fixed;
top: 200px;
right: 0px;
}
This is very specific to that page and the stock order guide widget. Customize as per your environment's needs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 04:18 AM
Hi Gareth
This solution still not really working.
Depending on the screen resolution the items box will be placed on top of the other content.
This in on a regular 1920x1200 display:
When viewed on a screen with larger resolution it looks better. But there must be a way to do it which will work on any larger screen?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 07:43 AM
how about using em instead of px to get it a bit more dynamic?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2017 01:38 AM
Hi Goran
I've tried messing around with different em values, but the result is not convincing. I would love a working suggestion from you.....