- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 08:53 AM
Hello I am having an issue in the portal where I am trying to add this widget to 9 by 3 container layout but one of my widgets isnt respecting that layout and is taking up the entire length of the container and overlapping another widget. Its a new container that has been added to the page. Here are some screenshots.
If I look at it in the widget customizations it shows how id want them to be contained(other than the fact its cut off)
Any assistance would be appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 09:30 AM
Hi @dagarson ,
This is a CSS issue present in the widget shown in the below screenshot:
Try to not hardcode the width of the html elements by defining a fixed "px", instead use percentage (%).
If this solution helps you then, mark it as accepted solution ✔️ and give thumbs up 👍 !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 09:30 AM
Hi @dagarson ,
This is a CSS issue present in the widget shown in the below screenshot:
Try to not hardcode the width of the html elements by defining a fixed "px", instead use percentage (%).
If this solution helps you then, mark it as accepted solution ✔️ and give thumbs up 👍 !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 10:16 AM
yep you were right thank you.