BusinessObjects Board

How to horizontal align a component in Design Studio app

Hi Gurus,
I am stuck with an issue which appears to be very straight forward.

I am building a Design Studio Analysis application with just cross tabs in it. I have 5 cross tabs aligned top to bottom. I have fiscal month in columns, so the cross tab grows horizontally as the year progresses.

Now, the problem I am facing is, I want to center align the cross tab in the application irrespective of the number of columns. I tried the CSS align tag and also the inbuilt design studio width and margin functions. Both don’t seem to work for what I am trying to do.

Your input is highly appreciated. Thanks in advance for your time.


sjrv (BOB member since 2015-02-10)

Hi sjrv,

Try to add this to the application custom css :

.sapzencrosstab-TableDiv{
	margin: 0 auto;
}

However, it will apply to all crosstabs of the dashboard.


Fylim (BOB member since 2015-08-20)