• I use Twenty Twelve and would like to make some changes:

    1 – Eliminate the space above the header and below the footer.
    2 – Decrease the space between the title and content of the widgets.

    Could anyone help me?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Anton,
    post the following in your Custom CSS:

    1)

    body .site {
        margin-top: 0;
        margin-bottom: 0;
    }

    2)

    .widget-area .widget h3 {
        margin-bottom: 0.5rem;
    }
    Thread Starter antoniocarloslima

    (@antoniocarloslima)

    Thanks for your response! I’m learning, so I’ll need a little more time. Sorry about that. There is no way to insert this code in the template child?

    Yes, you can insert the code in your child style.css.

    Thread Starter antoniocarloslima

    (@antoniocarloslima)

    Thank you! I’ll try to do this, although not yet know what position the Style insert this code.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Twenty Twelve’ is closed to new replies.