• Hi. Start testing this theme. Newbie in WP.
    Migrating from Google sites classic editor.

    How to set page width in pixels or percent?
    Beacuse on my screen i have a lot of free space from the left and right from content??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Add this code to the Additional CSS within Appearance > Customise:

    /* PAGE WIDTH */

    .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    max-width: 774px;
    }

    Set the “max-width” value as you please.

    Hello,
    I would like to know how to make the central block of text bigger because I find there is a lot of white.
    I tried this:
    Galderna (@galderna)
    5 months ago
    Add this code to the additional CSS in Appearance> Customize:

    / * PAGE WIDTH * /

    .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
    margin: 0 auto;
    margin-top: 0px;
    right margin: auto;
    maximum width: 774px;
    }

    But it does not work ?!
    And thank you for this theme

    https://www.assodao.fr

    Sorry, try adding this code to the Additional CSS in Appearance > Customise:

    /* PAGE WIDHT */

    .full-width .archive-header, .full-width .comments-area, .full-width .image-navigation, .full-width .page-header, .full-width .page-content, .full-width .post-navigation, .full-width .site-content .entry-header, .full-width .site-content .entry-content, .full-width .site-content .entry-summary, .full-width .site-content footer.entry-meta {
    margin-right: auto;
    max-width: 774px;
    }

    Then you can change de max-width value to your liking.

    Good luck.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to set page width in pixels or percent?’ is closed to new replies.