Site logo

Archived topic

Spacious import into existing site

28 replies · Started by Former User on April 7, 2020

Viewing posts 1–15 of 29

Hi,

I have imported "Spacious" into an existing site. Could you please tell me how to hand-build the settings to correctly place the open menu and put the widgets (social media icons) in the off-canvas menu?

And anything else to make it look like the vanilla Spacious theme.

Thanks,
Stephen

For the widgets, yes, that helps. Thanks.

I notice that when the menu opens the close "x" is at the top of the screen. Is there a setting I'm missing somewhere.

Short of importing all the settings (and wiping my content) is there a way to build the vanilla "Spacious" theme?

Thanks,
Stephen

I notice that when the menu opens the close “x” is at the top of the screen. Is there a setting I’m missing somewhere.

Don't think I'm seeing the issue:
https://www.screencast.com/t/nUyirXClp

Is that not what you are seeing?

Yes, I see that, now that I am logged out of Wordpress. Visiting the site whilst logged in gave a different picture.

Thanks.

Glad to hear :)

Could you provide me with the default Layout -> Container settings, please?

Thanks :-)
I would like to constrain the container to 700px but when I do, the menu opens from its 2000px point. You can see it on the live site.
Is there a way to make it left-align with the container?

Go to Customizer > Additional CSS and find this block of CSS:

.slide-opened .main-navigation.offside {
    transform: initial;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 100 !important;
}

Then replace left: 0; with something like left: 507px;

Thanks, but it throws it off my screen to the left. Only the right-hand side of the menu is visible.

Can you add the CSS so I can see the issue?

Done now

We read but do not see....

That puts the menu about halfway across the page. It's there for you to assess.

This archived topic is closed to new replies.