Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Any idea to minimise padding?

Hello,
I just put a "Text/Image" box in column & upload a image of size 97*25px in that. I put all padding zero but still seeing lots of space between column width like below.
Any idea to minimise this padding from top and bottom ?
Thanks
Chandra M.
Answers
-
At a very high level, if you want to mess around with things like padding and the OOB options aren't cutting it:
- Deploy a custom skin (lots of steps around this; you can read up on it)
- Use browser tools (F12) and figure out what CSS is controlling the padding of whatever thing you're trying to reduce padding for - then you can update it in your browser to get it looking how you want as a test. Once satisfied, make the changes to the CSS via your custom skin.
Alternatively you can overwrite CSS on your own on an ad-hoc basis, but this is hacky, so do it sparingly (if at all).
So to answer your question, yes, in general you can probably customize this sort of thing, but you need to have a good handle on how custom skins work in OBIEE and how CSS works.
0