Blog CSS


Zmienić szerokość ramki wyśfjetlajoncej w pliku: blog.cirpool.com\wwwroot\wp-content\themes\masonry-blog\inc\template-functions.php

Linia 243:

$classes[] = 'col-xl-8 col-lg-10 mb-margin-auto';

podmienić na col-xl-10

Other settings to be included in the ‘Additional CSS’ of the thema customization part:

@media (max-width: 800px) {
    body {
        font-size: 12px;
        padding: 0px;
        margin: 0px;
    }

    .col-lg-12 {
        padding-right: 0px;
        padding-left: 0px;
    }


    body.single article .single-post-content, .single-post article .single-post-content {
        padding: 10px;
    }

        body.single article .single-post-content .single-post-editor-content pre {
            font-size: 12px;
        }
}


Leave a Reply

Your email address will not be published.