Focus group full screen

Hi everyone !

Is there any possibility to make a focus group full screen ? (at least full width)

Usually I’m using an HTML element with CSS code :

div#focus_group{width: 100% !important; height: 100% !important; position: fixed !important; top: 0 !important; left: 0 !important; margin-left: 0 !important; } div.fullwidthpopup .bubble-r-box , div.fullwidthpopup .RepeatingGroup, div.fullwidthpopup .HTML{ width: 100% !important; height: 100% !important;}

But it’s not working.

Thanks for your help !
Thomas

Make sure the html element is at the top of your screen. Then try:

<style>div#focus_group{width: 100% !important; height: 100% !important; position: fixed !important; top: 0 !important; left: 0 !important; margin-left: 0 !important; } div.fullwidthfocus .bubble-r-box , div.fullwidthfocus .GroupFocus, div.fullwidthfocus .HTML{ width: 100% !important; height: 100% !important;}</style>

Add an HTML element in the bottom-right corner of FocusGroup, Group, FloatingGroup, or Popup. Now start writing code:fullscreen button

This topic was automatically closed after 70 days. New replies are no longer allowed.