romanski (@romanski)

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

  • romanski
    Participant

    @romanski

    Thank you @irolfpro for your reply. Yes, everything works OK now.

    cheers


    romanski
    Participant

    @romanski

    Hi Joe,
    I started using WP just recently and also am using twenty seventeen. I run into the same dilemma on how to make the pages a bit wider, especially the bbPress forums.
    I am completely new to CSS coding but after scouring the forums for some solutions I found this:
    1. In your dashboard click Appearance>Edit CSS
    2. At the end of what’s there, on a new, line insert this code:

    /* wider wrapper in large screens */

    @media
    screen and (min-width: 48em) {
    .wrap {
    max-width: 1200px;
    }
    }

    You can play with the number in front of “px” to see what fits your needs.
    One caveat though is that it will widen all the pages in the theme and I don’t know how to apply this code to specific pages, and I’m sure there is a way.

    The beauty of this theme is that you can put this code (or any) in the CSS editor and you see the result immediately, you don’t like it, delete the code no harm done.
    Hopefully this helps.

    cheers
    Roman


    romanski
    Participant

    @romanski

    Thanks for you reply, appreciate it.


    romanski
    Participant

    @romanski

    Hi Stephan,
    I found this old post and hope you could still help me. I’m trying to set up bbPress forum in additional language (Polish) using Polylang plugin.
    I use WP v. 4.7.1, bbPress v. 2.5.12 and Polylang v. 2.1
    Forum in Polish
    As you see in the picture all the English text is not translated.
    Any help would be appreciated

    cheers
    Roman

Viewing 4 replies - 1 through 4 (of 4 total)