• Resolved more2life

    (@more2life)


    Hi LyraThemes,

    I want to increase the margins on my pages so that the text block is more defined (and shorter) for better readability.

    I can’t seem to find where to do that – in the PHP appearance editor or in the customize theme menus.

    Thanks for pointing me in the right direction!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author lyrathemes

    (@lyrathemes)

    Sure, I’d be happy to help. Can you please show me with a screenshot what you’re trying to accomplish?

    Thread Starter more2life

    (@more2life)

    In this page, I want to increase the white space to the left/right of my body text, so it doesn’t feel so cluttered with text. Right now text fills the entire screen from left to right.

    I would like less words per line. Similar to how by default the CTA section has more margins around the text by default: http://prntscr.com/d4uzp4

    Is there a better way that I could have described my desire?

    Theme Author lyrathemes

    (@lyrathemes)

    Sure, I understand 🙂 Try this in the custom CSS field (Appearance > Customize > Advanced > Custom CSS)

    .page-content {
        width: 80%;
        margin: 0 auto;
    }
    Thread Starter more2life

    (@more2life)

    Beautiful. Thank you, Lyrathemes. When my business is big enough to get to the next level, I’m taking Lyrathemes with me!

    Theme Author lyrathemes

    (@lyrathemes)

    Wonderful!!!

    We’d love a review if you could spare a few minutes 🙂

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

The topic ‘adding margins to each page’ is closed to new replies.