Site logo

Archived topic

Full width of container in content area

6 replies · Started by Henk on December 16, 2021

Viewing posts 1–7 of 7

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 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

This archived topic is closed to new replies.