Reply To: Some troubles with Enlightenment

#22786
Daniel Tara
Keymaster

I made a typo in the original code, here’s the updated CSS:

@media (min-width: 992px) {
    .design-full-screen.layout-content-sidebar .hentry {
        margin: 0 70px 40px 0;
    }

    .design-full-screen .sidebar-primary.custom-sidebar {
        padding-top: 0;
        padding-bottom: 0;
    }
}