Site logo

Archived topic

Full width page with elementor

11 replies · Started by Mohit on June 8, 2018

Viewing posts 1–12 of 12

Hey guys, i am unable to make page full width while using elementor.

Thanks,

Saurabh

Hi there, in the normal WP post editor, go to the Layout Meta Box > Page Builder Container > Full Width

I have set it to full width and template(on right side) to elementor full width. It is full width on front end if i don;t use elementor

Don't select the Elementor Full Width Template, leave this as default and set the Page Builder Container to Full Width. The sections will be full width, their default content will be boxed which can be changed to full width in the Elementor section editor.

I tried that.. still there's a little gap on either sides.

Ok padding needed to be changed to 0 and it works.. don't know why elementor does that!!
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
padding: 10px;
}

Glad to hear you got it resolved. Check the Column Gaps in the Section editor and try setting to none.

Alright.. I don't know elementor's settings that well. Thanks for your help!!

You're welcome.

Hi David, I added a section using elementor below header and it eats into primary nav. When using genenepress's section I add background image and some text, it works okay. Somehow elementor's not adjusting to changed header
https://planeteimmigration.com/services/

This fixes it.. I don't know if it's the best way of doing it.

.inside-navigation {
z-index: 1;
}

Nothing wrong with that solution :)

This archived topic is closed to new replies.