No matter how much I try 'Group Focus' is not responsive

Hello,

I’ve attached some screen-shots for you to see. No matter how much I try I can’t center

horizontally the Group Focus (I can’t place it in the middle of the screen). I don’t know what to do.

It doesn’t make sense.

Overwrite its width with custom css to 100vw !important on mobile

1 Like

Now, I’m having another problem. Now on mobile screen It stays right under the user image but on pc version is at the left when it should be at the right. I used offset to get it right but I can’t have them for both screen versions where they should be. Does anyone know a trick using conditions? I tried right and left padding when the screen width is 400 or less but this doesn’t help. By the way the width for mobile screen is fine now.

If you did it with custom css, you can apply media query to target only mobile devices to position it as you wish or set the width

I finally solved the problem but thank you for wanting to help :+1: