• Resolved jerrystampfer

    (@jerrystampfer)


    Hi there – I have been trying to get my home page to fill the screen in terms of width. I have set everything I can find to “full width” but it is still showing white down either side and not displaying to full width.
    Any ideas please?
    Many thanks in advance.
    Jerry

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jerrystampfer

    (@jerrystampfer)

    Apologies – no sooner had I sent the message than I found the solution.
    Best wishes,
    Jerry.

    Thread Starter jerrystampfer

    (@jerrystampfer)

    Although I do still have a small strip of white at either side.

    Hi @jerrystampfer,

    Thanks for choosing Neve!

    It looks like there is a maximum width set for the container in Elementor, that’s why the content doesn’t appear on the entire width of the page. You could change that in Elementor, or use the code below to overwrite it.

    .elementor-container {
        max-width: unset !important;
    }

    I hope this helps!

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