Someone can help me to resolve this display problem ?
dashboardSidebar : size of the page
472 Views Asked by AudioBubble At
2
There are 2 best solutions below
0

It depends on what layout you are using. If you are using Column based layout for your boxes, then you can set the box(width=NULL)
. That should fix the issue. From you code it looks like you are using column based layout. width =25
does not make sense. Since, the overall width of the are is 12. So, set it to width = NULL
, it will fix the issue.
If you are using row based layout that is when you mess with the width parameters.