I’m using Animated Live Wall on Tasman theme and need help with row and column setting beyond 3×7 (default). I’ve tried these css with no success. Any suggestions?
.single-content {
max-width: 1920px;
margin: 0 auto;
}
.container {
width: 100%;
}
@media (min-width: 784px
.author-info, .comments-area, .entry-content, .entry-footer, .entry-media, .entry-meta, .entry-summary, .entry-title, .not-found, .page-header {
max-width: unset !important;
}
}