Expand my Community achievements bar.

Layout Mode: Device Specific Resizing

Avatar

Level 3

Hi,

I try to achieve the following:
a component inside a LayoutContainer should span middle 8 columns for Desktop.
However in iPad Retina Mode it should span all 12 columns.

If I have resized component to 8 columns in layout mode desktop.
switch to iPad device:
If I try to expand the component back to all 12 columns it always snaps back to 8 columns.

Any hint what I might be doing wrong ?

Thanks a lot for your support in advance.

--

Volker

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Community Advisor

@vhochsteinTef 

Each Layout Container can have its own responsive settings defined in the design dialog.

Check the configuration for this breakpoint in the design policy for the Layout Container. 

Avatar

Level 3

Hi @gkalyan 

 

sorry for my late response, but I was a week OOO. 

I cannot use Layout Container directly, because in my project a "SubClass" of LayoutContainer is in use.

I am wondering if that subclassing is the root cause for my issues, at least I can tell you that I cannot access design policy at all.

Need to check if I find somewhere an official guide how to create a SubComponent for LayoutContainer and compare it with the solutions which is used in current project I am working on.