• I’m working on a fresh install for a newspaper, and like the theme. I’m having one issue, however.

    I’m using the Elementor site-builder for some pages, and even when I set the template to “Elementor full-width”, the content is displaying as a central column with two blank sidebars (left & right).

    I tried setting all pages to “no sidebar wide” in the Customizer, but it doesn’t change.

    Is there a setting I’m missing? Or is there a conflict with Elementor?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Mission News!

    Sorry for the trouble with this layout. It looks like there is a bug currently affecting the “no sidebar – wide” layout, and I will correct this in the next update.

    For now, please add the following CSS to your site:

    .layout-no-sidebar-wide #main {
      position: static;
      width: 100%;
      margin: 0;
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Once added, the “no sidebar – wide” layout will work so you can use the full page width with Elementor.

    Craig

    (@spedadvocate)

    This is not working for me. The content goes way beyond the end the viewport. When I remove the “margin : 0” the left side is at the edge of the “layout-container” but the right side goes beyond the viewport. What container is this in? I would like the width to be equal to the layout-container.
    Am I missing something?
    Love the theme, by the way.

    Thread Starter Blaze Miskulin

    (@blazemiskulin)

    @bensibley

    I missed the e-mail notice for your reply (but got the notice for the reply by @spedadvocate) so I didn’t see this until today. Sorry.

    After trying lots of combinations, I found that “Default Template” and “No sidebar – Wide” is the combination that works. I don’t know if that’s a result of you fixing a bug or me just stumbling on the right combination of settings.

    Either way, it’s all good now (if I can remember the right settings–which I never can). ?? Thanks. Even though I didn’t see it, I appreciate the prompt and helpful response.

    (And you’re on my list of “upgrade to pro” once I start making money from the site.)

    Theme Author Ben Sibley

    (@bensibley)

    @blazemiskulin Awesome! Glad it’s working for you now ??

    @spedadvocate Please try this updated CSS instead:

    .layout-no-sidebar-wide #main {
      position: static;
      width: 100%;
      margin: 0;
    }
    @media all and (min-width: 50em) {
    	.layout-no-sidebar-wide .loop-container, .layout-no-sidebar-wide .archive-header, .layout-no-sidebar-wide .widget-area-above-main {
    		position: static;
    		width: 100%;
    	}
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Full-Width Elementor Pages’ is closed to new replies.