- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 12:21 AM
Hi All,
I need a widget to display the following content like this, whether any OOB widget present or need to create custom one. If custom, then how I can create.
This is widget to display image and when we click it takes up to cat item
Similarly like this one more
Please guide
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 02:11 AM
@pandeyved You can try out card size as 'small' to get the below kind of design with OOB widget.
If you still want to achieve that design. The space is too small to show 2 cards back to back, you can customize the widget and update the size in the below widget code from 20 rem to 8 rem to achieve that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 08:08 PM
Hi @Sajal Gupta
Thanks for solving my doubts. I have one more query
I am trying to maintain some space between two widgets on Portal. I have created one custom widget, but as I placed the widget it is overlapping the existing widget. at the same place out of box widget is placed properly. Please guide thanks
Thanks In Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 08:33 PM
@pandeyved There should be a page-level CSS ".rt-margin", that should be applied on the widget and have a margin around it.
You can find the class present as part of the container.
In this case, it looks like something removed the margin either at the widget level or page level while you were customizing the widget.
You will have to inspect and find the root cause or use the OOB version of the widget and re-do your changes one step at a time (The issue should not be present with OOB).
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 08:37 PM - edited 11-21-2023 08:37 PM
@Sajal Gupta
Can you please elaborate, as I have cloned this widget from oob version only
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 08:40 PM - edited 11-21-2023 08:41 PM
@pandeyved Can you place the OOB widget instead of the cloned widget and share the screenshot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 02:15 AM
Hi @Sajal Gupta
I have a requirement to display the name of quick link below the image not on the image.
Example Password reset should be present below the image, please guide what can I do?
Thanks