Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi !

    To change the global width (article + sidebar), add this to your custom css and adjust the % as you want :

    .container {
        width: 70%;
    }

    To change the font-size, it depends on which text exactly you want to target, but for exemple

    p {
        font-size: 20px;
    }

    will change all paragraphs in a post.

    Hope it’s useful !

Viewing 1 replies (of 1 total)