• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 17.11.22, 17:33
  • Opened by: Alice Thevin
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #23951 - website width - responsive problem

Hello,

We got a problem with our website width, and it is actually not responsive depending on the screen, on laptop we always got this small scroll possibility…

How can we change that? I tried in theme settings and it does not change anything

We wish to have a full size screen width depending on the device used…

Thanks a lot in advance,

Attachments:

Comments

Fred 20 Nov 2022, 20:42

I’m not able to reproduce the issue, it works correctly for me. I have tried different screen size.
Please give me more details

Alice Thevin 21 Nov 2022, 18:22

hi
as you can see on the screenshot, i can still scroll on the width of the page
I am pretty sure everything in the theme was set up correctly but still it is not “full size” but bigger, so no responsive…

Attachments:

Fred 21 Nov 2022, 21:03

Try following CSS fix:

body .elementor-element {box-sizing: border-box;max-width:100%}
Alice Thevin 22 Nov 2022, 21:29

Hi,

Thanks for that, it actually fixed the problem ! :)

Fred 23 Nov 2022, 09:07

You are welcome!