WAIT: Default width in templates woocommerce #brx-content.wordpress

Bricks Version: 1.5.3
Browser: Chrome 90
OS: Windows
URL: (a link to a page that illustrates the issue would be really helpful)

Even if the div is changed in the templates and is displayed correctly in templates such as header or others, it is not reflected correctly in templates such as cart or single product.

In the code you are prioritizing this one:
#brx-content.wordpress {
width: 1100px;
}

and ignoring the one that was configured to be 1350px.

I’m missing something to generate this error, as I saw another post with the same problem and without any answer.

1 Like

Hi Smith,
Welcome to the forum, and thanks for reaching out!

#brx-content.wordpress or #brx-content.woocommerce corresponds to the container’s width, which you can change in the Theme Styles. However, this width is only applied if you have not created a template for Posts or Pages, for example. Otherwise, WordPress posts or pages would differ massively from your posts or pages built with Bricks.

What kind of template are we talking about? Can you tell me a little more about it?

Best regards,
timmse

Hi Timmse,
Thanks for replying, the template is for the cart and this is replicated in the single product.

I can fix it with 2 lines of CSS code, but I still wanted to comment :clap: