Hi
I’ve got a responsive prototype with some check boxes that make a content box appear with text depending on the permutation. All works fine on desktop but I need to push some other content down the page for the mobile version.
Is there a way to only push the widgets on the mobile view? If not, I’m thinking the only way is going to be to copy the widgets rather than using “place in view” so that I can have different actions on the different views.
Is there another way?
Cheers
Andy
Hmm, it sounds like you want to have the same set of checkboxes show content in different ways (one with push, one without push) depending on the adaptive view that’s open; is that right? If so, then you should be able to set up two separate cases on the checkbox interaction, and have each carry out a different Show action depending on which adaptive view is selected. For example, you can detect with a condition whether the current adaptive view is the mobile view, and use “Show with push” if that condition is true.
Hopefully that does the trick!
I knew there’d be an answer. I got round it by copying the widgets rather than placing them but it wasn’t too much extra work. Next time, I’ll give this a try.
Thanks
Andy