Hi there. When I use some of the presets (templates) in Cornerstone like ‘https://demo.theme.co/designcloud/content/estudio-naranja/’ in a BLOG POST, with FULL WIDTH as a layout option, it seems to still shrink the content width considerably (look at https://www.martinrayvaughan.com/keeneland-morning/) and compare.
Why is that?
Thank you!
Marty
Hey Marty,
Thanks for writing in! You are having the issue because your custom CSS is overriding the layout preset. You have added this custom CSS code:
.single-post .x-main {
max-width: 720px;
margin-left: auto;
margin-right: auto;
font-size: 1.25rem;
line-height: 1.9;
}
The code limits the width of the content area up to 720 pixels wide only. Please remove that code so that the preset will work.
Best Regards.
Hmmm…the only thing in my custom CSS is this:
.entry-title {
display: none;
}
.single-post .entry-featured
{
display:none !important;
}
Are you referring to somewhere else?
OK great. Quick follow up question. Will this affect any other posts in any way?
And…is there a ‘standard’ increment above 720 that I should adhere to? 1080 px? 1200px?
Sorry, also, does the same CSS command exist for PAGES?
Thank you!!!
Hi Marty,
Yes, the code will affect all the Single Post not the page, and you can mention any number in the max-width that you want to restrict your screen up to.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.