cancel
Showing results for 
Search instead for 
Did you mean: 

Centered design

jakob_steen-petersen
Active Participant
0 Kudos

Hi

Basically when we create a webdynpro application the content is Left alligned on the screen:

But most modern websites are centered:

How do i do that in Webdynpro for ABAP? By using TransparentContainers i think? But how? Which kind of layout to use?

Regards

Jakob

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

you can use grid layout.

you can adjust left and right space by using left and right padding.

Regards,

Amod

former_member197475
Active Contributor
0 Kudos

Hi Jakob,

Yes, you can achieve it using TransparentContainer holding Matrix layout.

Go to the Layout Data property and you can choose the below option.

Height = Required range(around 50 to 80px)

hAlign = Center

vAlign = Middle

Please try this.

BR,

RAM.

jakob_steen-petersen
Active Participant
0 Kudos

Hi

Cannot get it to work? I have a maincontainer with the properties you mention and inside that tw other containers.

But still left justified