Forum Discussion
Power BI Dashbord alignment Issue in different OS/System
Surekha_PM
focus on making the dashboard more responsive so it adapts well to different devices. Instead of using fixed sizes for elements like cards and text, try using flexible units like percentages or relative sizes, which will allow them to adjust smoothly across different screens. You can also use CSS techniques like flexbox or grid to maintain consistent alignment. Make sure to test the dashboard on different browsers and systems to catch any inconsistencies, and check for any display scaling settings that might vary between devices. By making these adjustments, you should be able to maintain a consistent layout without constantly making changes.
Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!
Hi johnbasha33.,
How can I use CSS techniques like flexbox or grid? Do you have any reference video for this?
- johnbasha331 year ago
Super User
- Flexbox Tutorial: CSS Flexbox Tutorial – A comprehensive guide to understanding flexbox and how to apply it.
- Grid Tutorial: CSS Grid Layout Crash Course – A detailed introduction to CSS Grid for creating responsive layouts.