Viewing 6 replies - 1 through 6 (of 6 total)
  • What device are you using?

    <p class=’cntrp’>It depends – if it is a block element like text and you extent the width of the content to 100% of the screen, for example this paragraph, you could use the CSS below.</p>

    p.cntrp {
    text-align: center;
    width: 100%;
    }

    <p class=’padded’>Alternatively, you could use padding:</p>
    p.padded {
    padding: 100px;
    }
    /* Gives 100px of padding all around the inline element */

    Does that help at all?
    Please advise ??

    You can easily centre the content by selecting ‘style 4’ under Basic Settings in the customizer.

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    You can use page templates full width to center the content on the screen.

    Thanks.

    Thread Starter cloud9ca

    (@cloud9ca)

    Thank you guys so much, I seem to have figured it out ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Centering Content’ is closed to new replies.