Site logo

Archived topic

Styling Questions for full width

5 replies · Started by Paul on August 24, 2021

Viewing posts 1–6 of 6

Can you help me with the settings / css for the Full Width, Elementor Canvas, and Elementor Full Width?

Here's a very simple Elementor Page
https://www.sandandsteelfitness.com/login/

Here's what the full width looks like
https://www.sandandsteelfitness.com/login-full-width
The navbar footer and footer widgets also need to be full width otherwise the page looks weird

Here's what the elementor canvas looks like
https://www.sandandsteelfitness.com/login-elementor-canvas
There are several styling issues with page -- should be obvious

Here's what the elementor canvas Full width looks like
https://www.sandandsteelfitness.com/login-elementor-canvas-full-width/
This looks identical to the elementor canvas to me

Hi there,

first off the Elementor template options are going to remove all the theme templates... so not a good option.

Simplest option would be to set your Navigation and Footer to Full Width on the entire site.
Which can be set tin the Customizer > Layout > Primary Navigation / Secondary Nav / Footer.

And then use the GP Content Container to set the Full Width.

If you only want the nav / footer to be full width on a Full Width Page then add this CSS:

.full-width-content #site-navigation,
.full-width-content #secondary-navigation,
.full-width-content .site-footer {
    max-width: 100%;
}

Make sure to set the Inner Container Width to Contained in Customizer > Layout > Primary Navigation if you want the background only to be full width.

Add this as well:

.full-width-content.no-sidebar.separate-containers .site-main {
    margin-bottom: 20px;
}

Any idea what the icons are blue on the Full Width page and properly colored on the 1200 pixel wide page? In the elementor editor, the icons are the right color. It's almost as if the full width page is overriding the elementor selected colors.

This archived topic is closed to new replies.