• Hi hi,

    I am still relatively new to wordpress and wp building.

    For the past few hours been looking and ‘trial and error’ing on trying to remove the indentation in page content. I would like the text to match up with the the first tab, ‘Home’.

    I have followed quite a few solutions* but none have seemed to have done the trick for me.

    http://www.lambdenracing.com/

Viewing 1 replies (of 1 total)
  • You should create a Child theme to make your changes. If you do not, all of your changes will be lost if you update your theme.

    Try adding this to the end of your child theme’s style.css:

    .singular .entry-header,
    .singular .entry-content,
    .singular footer.entry-meta,
    .singular #comments-title {
       width: 98%;
    }

    You can move the text closer to the top by adding this:

    .singular.page .hentry {
       padding: 0;
    }
Viewing 1 replies (of 1 total)

The topic ‘Removing margin/indent from page content’ is closed to new replies.