Hi there. I have a page (http://koo.cloud/history/) with a column that looks like a sidebar. I’m trying to hide it using this CSS:
@media only screen and (max-width 768px) {
.column1-leadershiphst {
display: none !important;
}
}
I attributed a class of .column1-leadershiphst in the Pro page builder element but no success. Any advice?