Archived topic
Remove sidebar on Page and center content
7 replies · Started by Jee on April 22, 2020
I've removed the sidebar on a page (not a post) and I want to center the content to the width of the site. I tried playing around with Elements but it's not doing it.
Hi there,
can you provide a link to the page where i can see the issue.
You can edit your original topic and use the Site URL field to share the link privately.
Edited with link in the original topic.
The link requires a Username and Password to view.
Can you unlock it or provide the info?
I put it at the end of the link.
I'm seeing this CSS which is causing some issue:
@media (min-width: 769px) {
#primary {
width: calc(100% - 380px);
}
}
Then a layout element to narrow the container width should work:
https://docs.generatepress.com/article/layout-element-overview/#content-1
Can you disable WP Rocket if you need further help on this?
Thanks! It worked!
No problem :)