Site logo

Archived topic

Removing Elementor from Aspire Theme

5 replies · Started by Ana on August 2, 2021

Viewing posts 1–6 of 6

Hello,

I'm removing Elementor from the Aspire theme to improve performance. How can I recreate the offset body container for all pages. Aspires adds in Elementor (negative)-90px to the top margin of the column of the container to overlap the Header. Please advise on how can I get this same effect using Gutenberg or Elements in the Aspire theme.

Thanks,
Ana

Hi Ana,

That depends on how you will be building your page.

Will you be using GenerateBlocks?

Can you link me to the page in question so I can see your current progress?

Yes, I'll be using GenerateBlocks. Not much progress, it pretty much looks like a mess after removing Elementor. Here's the link: https://insightdigitalpublishing.com. I would like to have all pages have the same offset look as they did before. No changes will be done to the future posts, only the pages.

Try this CSS:

body.page .site {
    margin-top: -50px;
}

That works perfectly! Thank you very much! Have a great rest of your day.

No problem :)

This archived topic is closed to new replies.