• I am trying to line up the text on all the pages of my site with the images/center of page and have tried everything but no luck!

    Please see here: https://www.andywaite.net

    I need the start of the text to start inline with the left of image and to finish at the end of the image… The same with the other pages.

    I think it’s the table that the text is in that needs centering? The menu is also slightly to the left and cannot see what to adjust to move it over a bit.

    Many thanks in advance for any help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • .home .entry-content, .entry-summary, .mu_register {
    line-height: 1.714285714;
    width: 600px;
    margin: 0 auto;
    }
    
    .home .entry-content p {
    text-align: center !important;
    }
    Thread Starter buzze

    (@buzze)

    Thank you very much! It has been driving me mad!

    Would you happen to know what’s causing the menu to go to the left?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need help lining up the 'post text' to a centered image’ is closed to new replies.