• Hi I cant center the text of all pages I dont know how to place a picture here I made one with lightshot…

    https://prnt.sc/1ujek7p

    • This topic was modified 3 years, 5 months ago by t-p. Reason: Moved to Fixing WordPress from Requests and Feedback

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Customizer –> Additional CSS:

    .page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title h2 {
        color: #222;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        text-align: center;
    }
    Thread Starter enjoytocarry

    (@enjoytocarry)

    Hi Ive tryed it the code works but not like what I want. I want the title text center + the whole text next of the title under the title.

    Thread Starter enjoytocarry

    (@enjoytocarry)

    I found this with some chrome plugins: `

    -webkit-transform:matrix(1, 0, 0, 1, -115, 30);
    -moz-transform:matrix(1, 0, 0, 1, -115, 30);
    -o-transform:matrix(1, 0, 0, 1, -115, 30);
    -ms-transform:matrix(1, 0, 0, 1, -115, 30);
    transform:matrix(1, 0, 0, 1, -115, 30);
    text-align:center;`

    But doesnt work when I add in the css…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cant find out how to center some text and delete something’ is closed to new replies.