• Resolved jphackett

    (@jphackett)


    Hi Anders,

    Rad theme, I love it!

    I’d like to increase the single post text width to 780px.

    Is there an easy way to do this, maybe with some custom CSS?

    Cheers

    JP

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @jphackett,

    Happy to hear it! Sure, go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and enter the following code:

    @media ( min-width: 600px ) {
    
        .post-inner.section-inner {
            max-width: 78rem;
            width: calc( 100% - 10rem );
        }
    
    }

    Let me know if that does it.

    — Anders

    Thread Starter jphackett

    (@jphackett)

    Hi Anders,

    Thanks for the rapid response. Yes, that has done the trick!

    Keep up the good work, sir.

    Thanks again.

    JP

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Single Post Text Width’ is closed to new replies.