I update our Cornerstone plugin and the layout of some pages is practically stretched full width now, even with Global Container check on Rows. This is a client’s site and I will post a couple follow-up replies.
I want to revert back to 7.2.9 version, but I can’t find a download for that. This update has messed up many pages on my client’s site.
Is this the problem?
I change the global CSS settings, but I should not have had to do that. Looks like a default global container went to 96% width.
Hello @Kev,
Thanks for writing to us.
I checked your site, and it seems that my page styling is working fine. It might be the issue of browser cache I would suggest you please clear your browser cache and recheck it again. I have tested it on the Google Chrome browser version 117.0.5938.150. If the issue persists, please let us know the browser and its version.
Thanks
@prakash_s The entire site is not in Cornerstone. I placed a link to a page that is built with Cornerstone.
In order to fix it temporarily, I had to add this to the global css:
.x-container.width {
width: 82%;
}
.x-container.max {
max-width: 1100px;
}
So now it is OK, but what changed? To be clear, this is affecting Global Container enabled rows.
Hi @Kev,
I have checked your website but didn’t find the class .x-container or other related classes on the page for which you have added the CSS code. If that is not present, it is not clear where it is affecting the Global Container. Please let us know if we are missing something while investigating the page.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.