Archived topic
Full width of container in content area
6 replies · Started by Henk on December 16, 2021
Hello,
I would like to have a container in full width in the content area.
What do I need to change to have the container in full width?
I have set the layout of the container in full width.
Thanks,
Henk.
Hi Henk,
You can set the page to full width in the page editor > layout meta box > content container, set it to full width:
https://docs.generatepress.com/article/layout-metabox-overview/
Hi Yin,
Solved: I forgot to clean the client-site browser cache.
Thanks.
After I changed the container width to full in the page editor > layout meta box > content container.
The breadcrumb is not aligned anymore to the content area.
How can I fix that?
It's the page that I have specified in the private area.
Thanks, Henk
Hi there,
add this CSS:
.rank-math-breadcrumb {
max-width: 1240px;
padding: 0 20px;
margin: auto;
}
Thanks David.
You're welcome