• sehrbrockmetalldesign

    (@sehrbrockmetalldesign)


    Hey,
    I wanted to stretch a section with elementor to fullwidth. Unfortunately, when I do that, the page starts to be scrollable to the right.
    I want to create a page where the section is on full width and not able to scroll horizontically.

    Would be glad, if anyone could help me out!

    Best,
    Tom

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Tom,

    I am sorry for the delay in response.

    To prevent horizontal scrolling when fullwidth section presents on your page, try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    html, body {
      overflow-x: hidden;
    }
    

    Hope that helps.

    Regards,
    Kharis

    Thread Starter sehrbrockmetalldesign

    (@sehrbrockmetalldesign)

    That worked!
    Thank you so much 🙂

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Elementor fullwidth’ is closed to new replies.