- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2025 07:28 AM
Hi,
I have an external public record producer on the CSM portal which is linked to the portal using a URL. I am looking to achieve the below:
1. Remove/hide the search box from the top of the record producer
2. Fix the 'submit' button so it remains in the same position on the record producer for all screen sizes and stays on the page when scrolling down. Currently it disappears when scrolling down.
Please could someone advise how this can be achieved?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 02:58 AM
I have my own issue 😄
The below needed to be added into the CSM theme CSS style sheet - portal-polaris-catalogs-theme under .right-side-cart:
position: sticky;
top: 10%;
> div {
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2025 07:20 AM
I have sorted the search bar however still require assistance to fix the submit button when scrolling for all screen sizes please if anybody can help 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 02:58 AM
I have my own issue 😄
The below needed to be added into the CSM theme CSS style sheet - portal-polaris-catalogs-theme under .right-side-cart:
position: sticky;
top: 10%;
> div {