Article Post Layout sometimes looses format when duplicated

Hi there,

I’m having issues in this website with the Ethos stack: www.fabrica-iade.pt.

When a new post is created sometimes doesn’t assume the correct layout. Even when is duplicated from an accurate post, it does not assume the same layout.

Here are two exemples:
Accurate layout: https://fabrica-iade.pt/sanjo-desafio/
Duplicated (and wrong layout): https://fabrica-iade.pt/viseira-combate-covid-19/

This hapens randomly… tried the full width css code that you kindly shared and nothing happened. Any way of enforcing the correct layout, always?

Thanks a lot!
Bruno

Hello Bruno,

Thanks for writing in!

In your post that has a correct layout, there was a custom css added to the page.

.x-container.max.width.main {
    float: none;
    display: block;
    width: 100% !important;
}

.x-container.max {
    max-width: 100%;
}

You have this custom css added to the post and it is missing in the duplicated post. You must have added this in the Cornerstone’s custom css page. We highly recommend that you update the code and add it in X > Theme Options > Custom CSS instead.

Meanwhile, please be advised that we have released X 7.2.3 and Cornerstone 4.2.3. It is now available in automatic updates. You can now update to this latest version. This latest release contains fixes for several issues so be sure to check out the changelog (http://theme.co/changelog/).

After doing the updates, always remember to clear all caches (if you are using WP Rocket, WP SuperCache or W3 Total Cache) when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

Best Regards.

1 Like

Hi guys, thanks for the tips and great support! All working now.

All the best!

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.