Wanted to align the search result icon of contextual search
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 09:15 PM
I have created one contextual search on record producer.
It is giving me the exact result. But the pencil icon which shows on article related search result is not displaying in a proper line. I wanted to set the alignment of that icon so where i can set this.
PENCIL BLUE ICON ISSUE
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 12:21 AM
Hi,
Go to the widget on employee center and press Ctrl+right click -> Click on instance in page editor
Paste below to the CSS section and save it
.cxs-result-container .col-md-12{
display:flex !important;
}