Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter Apepar

    (@apepar)

    Tobias, hi !!

    Now you tipped me off I remembered that I had already experienced this problem in another site with this Thema (Twenty Fourteen), there what I did was add the code below and adjust the content margins of the site, did the same in this site and I’m perfect, after minor adjustments in the width of the columns.

    .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
    max-width: 100%;
    }
    .archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta {
    margin-right: 24px;
    }

    Thanks for attention!!

Viewing 1 replies (of 1 total)