Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 12c, how to remove the default space between sections

Dear all,
I create a dashboard with many tables or chart. I use conditions to control the report display. In one condition there is just one report (in a single section) shows up and other will be hidden.
But there are default space comes with reports. so all the report top position are changing due to the space.
How to reduce and remove these space in dashboard? very appreciate your kind help.
Many thanks!
Mike
Answers
-
If I understood you correctly, You should try analysing the HTML and changing the related CSS classes.
0 -
yes, i have tried to override the CSS, but it only can change the format, but not remove the space
0 -
Did you check where the space come from?
If you inspect the page with your browser's Developer tools extension (the name maybe is different but they all have it now), what do you find where you have the spaces?
If you have elements there, even if empty (like a <div> or things like that) of course they "take some place" in the page, but if you manage to uniquely identify these things with CSS you can fix the thing.
Also maybe post a screenshot to show exactly what/where your issue is ... will maybe give people a different idea on how to solve it.
0 -
It'll be a combination of padding and cellspacing and perhaps widths/stretching. All overridable through CSS.
0