Viewing 4 replies - 1 through 4 (of 4 total)
  • Access Block Toolbar and pick alignfull option

    see detail in this link

    Table Block

    Thread Starter rollout

    (@rollout)

    Thank you. That worked.

    Hello, I’m relatively new to wordpress (just last few months) and struggling to do pretty much anything!

    Currently I’m trying to change the paragraph width across my whole site using the twenty twenty theme: https://www.abfitness.training

    Any idea how I can increase the width of the main text paragraph on my site so there isn’t wasted space at the side?

    Many thanks

    Anthony

    Hi @anthbailey, the simplest way would probably be adding the following into Appearance->Customize->Additional CSS when logged into your admin dashboard

    .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        max-width: 90%;
    }

    You can adjust the 90% value to your liking depending upon how wide you’d like to have the content.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Full screen width usage on twenty twenty?’ is closed to new replies.