Archived topic
Element Layout Not Applying in Spacious Theme
15 replies · Started by Ana on July 17, 2019
Hello,
I'm trying to create a new element layout to be applied to the entire site to have no sidebars, no title and fullwidth. I've followed the video instructions as well as all caching suggestions. The newly created element does not work. When creating a new page everything is at default.
Note: I'm using Elementor + Elementor Pro.
Thanks in advance for your help.
Hi there,
Your site is under coming soon page so I can't see.
Do you have any other elements that might be conflicting?
Let me know :)
I only have one element created and no other plugins that affect layout except Elementor.
Any chance you can disable maintenance mode?
Done
So I'm look at the about page and everything seems to be working.
I believe the issue is coming from this CSS in the Additional CSS field in the customizer:
.no-sidebar .inside-article > *,
.no-sidebar #comments,
.no-sidebar .paging-navigation {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
Ok, so how do I fix it? I don't do code.
Try removing the CSS I indicated above.
I didn't work, new pages are still at defaut.
Which page should I be looking at to see the issue?
Which page should I be looking at to see the issue?
The pages that are already created were manually selected in the page attribute section. When to do a new page after implementing the layout element to the entire site should automatically be selected as no content, fullwidth, etc. They are not. So the issue is when creating new pages.
Do you mind if I also ask you how to remove the space around the website?
The pages that are already created were manually selected in the page attribute section. When to do a new page after implementing the layout element to the entire site should automatically be selected as no content, fullwidth, etc. They are not. So the issue is when creating new pages.
Again I would need to see the "new" page in question to get a clue.
Remove this CSS in Additional CSS field:
body {
margin: 5%;
position: relative;
}
Ok. Thanks for the answer on the space. As to the element don't worry I will do the additional clicks for new pages. Thanks for your help.