Dear Support Team,
I have recently changed the posts sidebar in a way that I have created Dynamic Content element (div) and pasted it’s shortcode to the sidebar widget panel. It shows fine however the Global CSS code that is supposed to hide that sidebar on smaller screens stopped working on the front end. It still works in Cornerstone preview, but on front end it doesnt. Also I cannot see that CSS code in Chrome element inspector.
I have checked all the elements involved. The CSS I use is:
@media(max-width:1200px){
body .x-sidebar,
body .x-sidebar.left,
body .x-sidebar.right {
display: none !important;
}
.x-main {
float: none;
width: 100%;
}
}
The sidebar should be on Posts biggest screens only: https://dharmaebooks.org/calling-lama-indonesia/
but only Cornerstone preview shows it correctly. I have deleted all the cache.
Please help.
Beata