I’ve been attempting to update both the Cornerstone CSS for an individual page, as well as the Custom CSS in X Options, but both are not working. Even if I make a simple CSS change like a font color, I don’t even see it appear in the Chrome inspector.
I’ve flushed my cache on the site, gone to X>Settings>Clear System Cache, cleared the cache and cookies on my browser, and tried to view the site in incognito mode.
I was not experiencing this issue a week ago. Here is my site for reference:
http://dev.corridorcompany.com/software-page-development/
Here is the Custom CSS, I cannot get to work for this page:
/iPhone 6,7,8/
@media only screen
and (min-width :375px)
and (max-width :667px) {
/Want to Learn More CSS/
.x-container.learn_more.max.width.marginless-columns {
text-align: center !important;
}
}
